v1
latestOpenAPI 3.1.02026-07-24690345.5 KBStats
The Stats endpoint provides various statistics on a specified trading pair or funding currency. Use the available keys to specify which statistic you wish to retrieve.
Path parameters
Available keys: "funding.size", "credits.size", "credits.size.sym", "pos.size", "vol.1d", "vol.7d", "vol.30d", "vwap"
Available values: '1m' (for keys: "pos.size", "funding.size", "credits.size", "credits.size.sym"), "30m" (for keys: vol.1d, vol.7d, vol.30d), "1d" (for keys: vwap)
The symbol you want information about. (e.g. tBTCUSD, tETHUSD, fUSD, fBTC) (used for keys: "pos.size", "funding.size", "credits.size", "credits.size.sym", "vwap", "vol1d/7d/30d").
Used to specify the side for "pos.size" key. Available values: "long", "short". Only for non-funding queries. Used to specify the trading pair on credits.size.sym.
Available values: "last", "hist".
Query parameters
+1: sort in ascending order | -1: sort in descending order (by MTS field).
If start is given, only records with MTS >= start (milliseconds) will be given as response.
If end is given, only records with MTS <= end (milliseconds) will be given as response.
Number of records in response (max. 10000).
Response
200