Stats

get

Fetches the rune collection with the biggest volume of trades

Responses
200
Rune collection with stats
application/json
get
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-07-01T04:30:04.156Z",
    "updatedAt": "2025-07-01T04:30:04.156Z",
    "type": "btc"
  },
  "token1": {
    "id": "1234:5678",
    "name": "text",
    "displayName": "text",
    "symbol": null,
    "divisibility": 1,
    "batchSize": 1,
    "supply": "text",
    "createdAt": "2025-07-01T04:30:04.156Z",
    "updatedAt": "2025-07-01T04:30:04.156Z",
    "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"
    }
  ]
}

Last updated