get https://open-api-v3.coinglass.com/api/futures/coins-markets
This API retrieves performance-related information for all available coins
# Required Account Level: Standard Edition and Above
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"symbol": "BTC",
"price": 55226.9,
"marketCap": 1089545401581.2393,
"oiMarketCapRatio": 0.025,
"avgFundingRateByOi": 0.001803,
"avgFundingRateByVol": 0.002544,
"openInterest": 27233393403.1825,
"openInterestAmount": 492330.7902,
"oiVolRatio": 0.1817,
"volUsd": 149889964415.8181,
"volChangePercent5m": -0.18,
"volChangePercent15m": -1.02,
"volChangePercent30m": -0.31,
"volChangePercent1h": -0.52,
"volChangePercent4h": -17.2,
"volChangePercent24h": -9.29,
"volChange1h": -783502025.494827,
"volChange4h": -31136562656.425983,
"volChange24h": -15350873877.444057,
"oiVolRatioChangePercent1h": 0.89,
"oiVolRatioChangePercent4h": 19.85,
"oiVolRatioChangePercent24h": 12.58,
"oiChangePercent30m": 0.79,
"oiChangePercent15m": 0.18,
"oiChangePercent5m": 0.2,
"oiChangePercent24h": 2.12,
"oiChangePercent1h": 0.34,
"oiChangePercent4h": -0.74,
"oiChange24h": 565362260.2305803,
"oiChange1h": 92279786.29740934,
"oiChange4h": -203029529.70335567,
"oiChange30m": 213457493.68503025,
"oiChange15m": 48932030.47088088,
"oiChange5m": 54358070.665035,
"priceChangePercent5m": 0.1,
"priceChangePercent15m": 0.12,
"priceChangePercent30m": 0.73,
"priceChangePercent1h": 0.21,
"priceChangePercent4h": -1.16,
"priceChangePercent12h": 1.51,
"priceChangePercent24h": 5.41,
"ls5m": 1.3987,
"longVolUsd5m": 104586111.7972,
"shortVolUsd5m": 74775812.1167,
"ls15m": 0.9893,
"longVolUsd15m": 307962447.9689,
"shortVolUsd15m": 311303356.0538,
"ls30m": 1.1542,
"longVolUsd30m": 1141852887.3329,
"shortVolUsd30m": 989066870.5632,
"ls1h": 1.0317,
"longVolUsd1h": 1858944964.2547,
"shortVolUsd1h": 1801799845.901,
"ls4h": 0.9268,
"longVolUsd4h": 6272203826.2461,
"shortVolUsd4h": 6768918092.7334,
"ls12h": 0.9747,
"longVolUsd12h": 18081065616.433,
"shortVolUsd12h": 18549725297.5409,
"ls24h": 0.9968,
"longVolUsd24h": 68318377455.1006,
"shortVolUsd24h": 68549052251.8454,
"liquidationUsd24h": 187134500.46526337,
"longLiquidationUsd24h": 92491618.04872386,
"shortLiquidationUsd24h": 94642882.41653952,
"liquidationUsd12h": 41112366.87803625,
"longLiquidationUsd12h": 17312120.06674225,
"shortLiquidationUsd12h": 23800246.811294,
"liquidationUsd4h": 22623032.157867,
"longLiquidationUsd4h": 3749579.629661,
"shortLiquidationUsd4h": 18873452.528206,
"liquidationUsd1h": 3252491.549771,
"longLiquidationUsd1h": 1039014.925555,
"shortLiquidationUsd1h": 2213476.624216
},
...
]
}
Field | Description |
---|---|
symbol | Symbol of the coin eg. BTC |
price | Current price of the coin |
marketCap | Market capitalization of the coin |
oiMarketCapRatio | Open interest market cap ratio |
avgFundingRateByOi | Average funding rate by open interest |
avgFundingRateByVol | Average funding rate by trading volume |
openInterest | Open interest |
openInterestAmount | Open interest amount |
oiVolRatio | Open interest volume ratio |
volUsd | 24-hour trading volume in USD |
volChangePercent5m | Percentage change in trading volume for different time intervals (e.g., 5 minutes, 15 minutes, 30 minutes, 1 hour, 4 hours, 24 hours) |
volChange1h | Change in trading volume for different time intervals (e.g., 1 hour, 4 hours, 24 hours). |
oiVolRadioChangePercent1h | Percentage change in open interest volume ratio for different time intervals. |
oiChangePercent5m | Percentage change in open interest for different time intervals |
oiChange5m | Change in open interest for different time intervals |
priceChangePercent5m | Percentage change in price for different time intervals. |
ls5m | Long/Short ratio for different time intervals |
longVolUsd5m | Long trading volume in USD for different time intervals |
shortVolUsd5m | Short trading volume in USD for different time intervals |
liquidationUsd24h | Liquidation value in USD for different time intervals |
longLiquidationUsd24h | Long liquidation value in USD for different time intervals |
shortLiquidationUsd24h | Short liquidation value in USD for different time intervals |