mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
---
|
|
openapi: get /sonr/dex/v1/history/{did}
|
|
title: Query Trading History
|
|
description: Access complete cross-chain trading history for a DID
|
|
og:title: DEX Transaction History
|
|
---
|
|
|
|
<Info>
|
|
Transaction history is stored permanently on the Sonr chain,
|
|
providing a complete audit trail of all DEX operations.
|
|
</Info>
|
|
|
|
<Tip>
|
|
Export historical data regularly for tax reporting and portfolio analysis.
|
|
Use filters to focus on specific time periods or operation types.
|
|
</Tip>
|
|
|
|
<Note>
|
|
Large histories may require multiple paginated requests.
|
|
Use the pagination key for efficient retrieval.
|
|
</Note>
|