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

FieldTypeDescription
addressrequiredstringWallet address.

Query parameters

FieldTypeDescription
limitoptionalnumberTrades per page (≤200). default 50
cursoroptionalstringThe nextCursor from the previous page.
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
trades[].sidestringbuy or sell.
trades[].base_mintstringThe token traded.
trades[].dexstringVenue.
trades[].priceUsd / volumeUsdnumberExecution price and size.
nextCursorstring | nullPass 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.