Stats
Last updated
Last updated
Fetches the rune collection with the biggest volume of trades
GET /stats/most-traded HTTP/1.1
Host: 127.0.0.1:3000
Accept: */*
{
"token0": {
"id": "1234:5678",
"name": "text",
"displayName": "text",
"symbol": null,
"divisibility": 1,
"batchSize": 1,
"supply": "text",
"createdAt": "2025-04-26T10:28:14.852Z",
"updatedAt": "2025-04-26T10:28:14.852Z",
"type": "btc"
},
"token1": {
"id": "1234:5678",
"name": "text",
"displayName": "text",
"symbol": null,
"divisibility": 1,
"batchSize": 1,
"supply": "text",
"createdAt": "2025-04-26T10:28:14.852Z",
"updatedAt": "2025-04-26T10:28:14.852Z",
"type": "btc"
},
"current_price": "text",
"stats_per_period": [
{
"period": "Day",
"total_volume": "text",
"transactions": 1,
"fee_token0": "text",
"fee_token1": "text",
"price_change": {
"percentage": 1,
"absolute": 1
},
"high_price": "text",
"low_price": "text"
}
]
}