Skip to main content
GET
List pool trades

Authorizations

Authorization
string
header
required

Session JWT (browsers receive it as an httpOnly cookie from POST /auth/verify; 15 min, silently renewed via POST /auth/refresh), or a long-lived API token (ss_…) minted at POST /api-tokens. API tokens work on data and trading endpoints and can request WebSocket tickets; token management and admin endpoints accept session JWTs only.

Path Parameters

key
string
required

Pool key

Query Parameters

limit
integer<int64>

Page size (1-100)

offset
integer<int64>

Page offset

trade_type
enum<string>

Indexed pool trade type filter

Available options:
mint,
add_liquidity,
remove_liquidity,
burn,
collect,
swap

Response

Paginated trade history

data
object[]
required
pagination
object
required