Skip to main content
GET
GET /api/v2/portfolio/history — Trade history

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Query Parameters

chain
string

Filter by chain: solana, base, bsc

page
integer<int32>

Page number

Required range: x >= 0
limit
integer<int32>

Results per page (max 100)

Required range: x >= 0

Response

200 - application/json

Trade history

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)