GET /platform-stats/hourly/{sourceTag}
GET

/v1/platform-stats/hourly/{sourceTag}

Hourly breakdown for a single platform

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/platform-stats/hourly/74920348
Path parameterValueDescription
sourceTagnumeric tag or platform slug
Query parameterValueDescription
sourceTagnumeric tag or platform slug
period24h|7d|30d (default: 24h)
curl 'https://api.xrpl.to/v1/platform-stats/hourly/74920348'

Response

200Example response28 ms · just now · 1.3 KB · 59 lines
https://api.xrpl.to/v1/platform-stats/hourly/74920348
{
  "success": true,
  "took": 27,
  "sourceTag": 74920348,
  "name": "FirstLedger",
  "period": "24h",
  "hours": [
    {
      "hour": 1789891200000,
      "txCount": 54,
      "buyVolumeXrp": 27.240000000000002,
      "sellVolumeXrp": 15.019145000000002,
      "buyCount": 15,
      "sellCount": 5,
      "uniqueBuyers": 5,
      "uniqueSellers": 4
    },
    {
      "hour": 1789894800000,
      "txCount": 89,
      "buyVolumeXrp": 145.0904,
      "sellVolumeXrp": 753.9100659999998,
      "buyCount": 21,
      "sellCount": 13,
      "uniqueBuyers": 10,
      "uniqueSellers": 8
    },
    {
      "hour": 1789898400000,
      "txCount": 332,
      "buyVolumeXrp": 525.51,
      "sellVolumeXrp": 142.39638300000004,
      "buyCount": 117,
      "sellCount": 44,
      "uniqueBuyers": 45,
      "uniqueSellers": 27
    },
    {
      "hour": 1789902000000,
      "txCount": 133,
      "buyVolumeXrp": 116.42019999999997,
      "sellVolumeXrp": 129.26770299999998,
      "buyCount": 47,
      "sellCount": 18,
      "uniqueBuyers": 18,
      "uniqueSellers": 14
    },
    {
      "hour": 1789905600000,
      "txCount": 159,
      "buyVolumeXrp": 658.023,
      "sellVolumeXrp": 389.5009519999999,
      "buyCount": 48,
      "sellCount": 28,
      "uniqueBuyers": 13,
      "uniqueSellers": 9
    }
  ]
}

Long arrays and strings are shortened in the example; Send request for the full answer.

What it does

Hourly breakdown for a single platform

Each token comes back with its md5, the id every Token endpoint takes. Go to Token →
OpenAPI