v3 - Binance Spot
List spot snapshots
get/v3/{coin}/spot/snapshots
Path parameters
coin'btc' | 'eth' | 'sol' required
Cryptocurrency for this request. Available: btc, eth, sol.
Query parameters
start_timestring
Lower bound — millisecond epoch or ISO-8601.
end_timestring
Upper bound — millisecond epoch or ISO-8601.
limitinteger
Items per page (max 1000).
cursorstring
Opaque cursor from a previous response's pagination.next_cursor. Mutually exclusive with offset (cursor wins).
include_countboolean
Include pagination.total_count. Triggers a COUNT(*); leave off unless you need it.
Response
Successful response
Example response
{
"meta": {
"request_id": "req_a1b2c3d4e5f6"
}
}