Docs/Pair / Pool/Pair trades

Pair trades

GET/v1/pair/{address}/tradesPublic

The pool's trade tape, newest first, keyset-paginated.

Path parameters

FieldTypeDescription
addressrequiredstringPool / market 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 traded token.
trades[].priceUsd / volumeUsdnumberExecution price and size.
nextCursorstring | nullPass as ?cursor= for the next page.