Skip to main content
GET
Get Crypto Exchange Flows

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Token symbol (case-insensitive, e.g., BTC, btc, ETH, eth)

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

limit
integer<int32>

Maximum number of records (default: 50, max: 1000)

window
enum<string>

Time window granularity (hour/day). Default: hour

Available options:
hour,
day

Response

Successfully returns crypto exchange flows data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean