Recent taker-side market trades for a symbol. Each trade carries the taker’s address, account, and broker — useful for whale detection and cross-referencing withDocumentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
accounts or accountState.
Weight: 1
Request
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | Yes | — | Trading pair |
limit | int | No | 50 | 1..200 (silently clamped) |
Response
| 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 |
Notes
- Filters
is_maker = falseso every trade appears exactly once (taker only) - Per-row address lookup cached 60s