HTTP
HTTP endpoints
Base: https://api.velo.xyz/api/v1
Examples
Quick Start
$ curl -v --user "api:api_key" "https://api.velo.xyz/api/v1/caps?coins=BTC,ETH"
Helper Methods
Key status:
/statusSupported futures:
/futuresSupported options:
/optionsSupported spot pairs:
/spot
Data Methods
Get rows
/rows
type: 'futures', 'options', or 'spot'
exchanges, products, coins, columns: comma separated for multiple
begin, end: millisecond timestamp
resolution: minutes or resolution string
Returns text in CSV format
HTTP requests are limited to returning 22500 values per request. See an example implementation of request batching here
If both `coins` and `products` are specified, only `products` will be used
Last updated
Was this helpful?