Skip to content
Velo

Orderbook API

Fetch historical futures orderbook depth for one exchange product or a Velo-aggregated coin.

Methods

MethodDescription
.depthFetches and yields historical orderbook snapshots.
.batch_depthSplits a depth request into API-sized parameter dictionaries.

Depth parameters

FieldTypeDescription
exchangestrExchange for a specific product. Use with product.
productstrExchange-native product. Use with exchange.
coinstrVelo-aggregated coin. Use instead of exchange and product.
beginintBeginning of the time range as a Unix timestamp in milliseconds.
endintEnd of the time range as a Unix timestamp in milliseconds.
resolution`intstr`

Provide exactly one target: either coin, or both exchange and product. After string resolution conversion, the minute value must be 1, 5, 10, 15, 30, 60, or a multiple of 60.