accounts or accountState.
Weight: 1
Request
Response
Notes
- Filters
is_maker = falseso every trade appears exactly once (taker only) - Per-row address lookup cached 60s
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"success": true,
"data": {
"rows": [
{
"symbol": "PERP_BTC_USDC",
"side": "BUY",
"executed_price": "77338.10",
"executed_quantity": "0.0123",
"address": "0x1234...",
"account_id": "0xabc...",
"broker_id": "orderly",
"executed_timestamp": 1714900000000
}
],
"next_cursor": null
},
"ts": 1779269143700
}
Recent taker-side trades for a symbol with address / account / broker enrichment for whale lookup.
accounts or accountState.
Weight: 1
{
"type": "marketTrades",
"symbol": "PERP_BTC_USDC",
"limit": 50
}
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | Yes | — | Trading pair |
limit | int | No | 50 | 1..200 (silently clamped) |
| Field | Type | Notes |
|---|---|---|
side | string | Taker side — BUY or SELL |
executed_price, executed_quantity | string | Decimal |
address | string | Taker’s wallet address (full, not truncated) |
account_id | string | Taker’s account |
broker_id | string | Broker the taker is on |
executed_timestamp | int64 | ms epoch |
is_maker = false so every trade appears exactly once (taker only){
"success": true,
"data": {
"rows": [
{
"symbol": "PERP_BTC_USDC",
"side": "BUY",
"executed_price": "77338.10",
"executed_quantity": "0.0123",
"address": "0x1234...",
"account_id": "0xabc...",
"broker_id": "orderly",
"executed_timestamp": 1714900000000
}
],
"next_cursor": null
},
"ts": 1779269143700
}