HTTP endpoints
Last updated 2 months ago
Was this helpful?
Base: https://api.velo.xyz/api/v1/
https://api.velo.xyz/api/v1/
$ curl -v --user "api:api_key" "https://api.velo.xyz/api/v1/caps?coins=BTC,ETH"
Key status: /status
/status
Supported futures: /futures
/futures
Supported options: /options
/options
Supported spot pairs: /spot
/spot
/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
If both `coins` and `products` are specified, only `products` will be used
/terms
coins: comma separated for multiple
Latest values only
/caps