Trade Idea
Endpoint
Basket Categories
Category
Source
Description
Response
{
"baskets": [
{
"longAssets": [
{ "asset": "BTC", "weight": 0.6, "oi": 1500000000, "volume": 800000000 },
{ "asset": "ETH", "weight": 0.4, "oi": 900000000, "volume": 500000000 }
],
"shortAssets": [
{ "asset": "SOL", "weight": 0.5, "oi": 300000000, "volume": 200000000 },
{ "asset": "AVAX", "weight": 0.5, "oi": 50000000, "volume": 30000000 }
],
"category": "active"
},
{
"longAssets": [{ "asset": "ETH", "weight": 1, "oi": 900000000, "volume": 500000000 }],
"shortAssets": [{ "asset": "BTC", "weight": 1, "oi": 1500000000, "volume": 800000000 }],
"category": "watchlist"
},
{
"longAssets": [{ "asset": "LINK", "weight": 1, "oi": 120000000, "volume": 80000000 }],
"shortAssets": [{ "asset": "UNI", "weight": 1, "oi": 40000000, "volume": 25000000 }],
"category": "ai-picks",
"name": "DeFi Divergence"
}
]
}Asset Fields
Field
Description
How Baskets Are Built
Last updated