Docs/Pair / Pool/Pair trades
Pair trades
GET/v1/pair/{address}/tradesPublic
The pool's trade tape, newest first, keyset-paginated.
Path parameters
| Field | Type | Description |
|---|
addressrequired | string | Pool / market 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 traded token. |
trades[].priceUsd / volumeUsd | number | Execution price and size. |
nextCursor | string | null | Pass as ?cursor= for the next page. |