claw402 Open Interest vs Market Cap Ranking is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Returns a ranked list of crypto assets by open interest versus market cap ratio, with configurable sorting and pagination
Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.
A JSON object with a code field (0 = success) and a data array containing ranked cryptocurrency entries with open interest and market cap metrics, ordered by the specified sort field and direction. Supports pagination via page and size parameters.
GEThttps://claw402.ai/api/v1/coinank/rank/oi-vs-market-capUse this endpoint when you need to identify which crypto assets have the highest or lowest open interest relative to their market capitalization — useful for spotting over-leveraged or under-leveraged markets. Prefer this over raw OI endpoints when the market-cap-normalized view is needed for cross-asset comparison. No API key or registration required — only a USDC wallet via x402 protocol.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"page": "1",
"size": "10",
"sortBy": "marketCap",
"sortType": "desc"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"code": "1",
"data": {
"code": "1",
"data": {
"list": [
{
"follow": false,
"oiVsMar": 0.028645,
"oiVsVol": 1.287781,
"baseCoin": "BTC",
"volVsMar": 0.022243,
"coinImage": "https://s.coinank.com/image/coin/64/BTC.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.001133,
"oiVsVol": 3.765624,
"baseCoin": "XAG",
"volVsMar": 0.0003,
"coinImage": "https://s.coinank.com/image/coin/64/XAG.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.087461,
"oiVsVol": 0.976102,
"baseCoin": "ETH",
"volVsMar": 0.089603,
"coinImage": "https://s.coinank.com/image/coin/64/ETH.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.008862,
"oiVsVol": 2.073813,
"baseCoin": "BNB",
"volVsMar": 0.004273,
"coinImage": "https://s.coinank.com/image/coin/64/BNB.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.000248,
"oiVsVol": 2.503858,
"baseCoin": "USDC",
"volVsMar": 0.000099,
"coinImage": "https://s.coinank.com/image/coin/64/USDC.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.021236,
"oiVsVol": 1.992434,
"baseCoin": "XRP",
"volVsMar": 0.010658,
"coinImage": "https://s.coinank.com/image/coin/64/XRP.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.080141,
"oiVsVol": 0.798646,
"baseCoin": "SOL",
"volVsMar": 0.100346,
"coinImage": "https://s.coinank.com/image/coin/64/SOL.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.007682,
"oiVsVol": 3.087333,
"baseCoin": "TRX",
"volVsMar": 0.002488,
"coinImage": "https://s.coinank.com/image/coin/64/TRX.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.139979,
"oiVsVol": 1.19972,
"baseCoin": "HYPE",
"volVsMar": 0.116676,
"coinImage": "https://s.coinank.com/image/coin/64/HYPE.png",
"supportContract": true,
"circulatingSupply": 0
},
{
"follow": false,
"oiVsMar": 0.060767,
"oiVsVol": 1.699455,
"baseCoin": "DOGE",
"volVsMar": 0.035757,
"coinImage": "https://s.coinank.com/image/coin/64/DOGE.png",
"supportContract": true,
"circulatingSupply": 0
}
],
"pagination": {
"total": 646,
"current": 1,
"pageSize": 10
}
},
"success": true
},
"success": true
}{
"type": "json",
"example": {
"code": 0,
"data": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"