Docs/Wallet/Wallet trades
Wallet trades
GET/v1/wallet/{address}/tradesPublic
A wallet's swaps on the tokens we index, newest first, keyset-paginated (from the signer on each swap).
Path parameters
| Field | Type | Description |
|---|
addressrequired | string | Wallet address. |
Query parameters
| Field | Type | Description |
|---|
limitoptional | number | Trades per page (≤200). default 50 |
cursoroptional | string | The nextCursor from the previous page. |
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
trades[].side | string | buy or sell. |
trades[].base_mint | string | The token traded. |
trades[].dex | string | Venue. |
trades[].priceUsd / volumeUsd | number | Execution price and size. |
nextCursor | string | null | Pass as ?cursor= for the next page. |
Covers swaps on the tokens this instance indexes; the wallet's activity on un-indexed tokens is not included.