GET /nft/brokers/stats
GET

/v1/nft/brokers/stats

Broker fee statistics

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/brokers/stats
curl 'https://api.xrpl.to/v1/nft/brokers/stats'

Response

200Example response3 ms · just now · 1.5 KB · 50 lines
https://api.xrpl.to/v1/nft/brokers/stats
{
  "success": true,
  "brokers": [
    {
      "_id": "total_rpx9JThQ2y37FaGeeJP7PXDUVEXY3PHZSC",
      "broker": "rpx9JThQ2y37FaGeeJP7PXDUVEXY3PHZSC",
      "brokerName": "xrp.cafe",
      "lastUpdated": "2026-09-21T07:25:17.152Z",
      "totalFeesXRP": 63107.46103699753,
      "totalVolumeXRP": 4018223.442452338,
      "type": "total"
    },
    {
      "_id": "total_rnPNSonfEN1TWkPH4Kwvkk3693sCT4tsZv",
      "broker": "rnPNSonfEN1TWkPH4Kwvkk3693sCT4tsZv",
      "brokerName": "Art Dept Fun",
      "lastUpdated": "2025-10-27T23:42:41.268Z",
      "totalFeesXRP": 447.4826000000001,
      "totalVolumeXRP": 66081.07559999997,
      "type": "total"
    },
    {
      "_id": "total_rJcCJyJkiTXGcxU4Lt4ZvKJz8YmorZXu8r",
      "broker": "rJcCJyJkiTXGcxU4Lt4ZvKJz8YmorZXu8r",
      "brokerName": "OpulenceX",
      "lastUpdated": "2025-10-27T23:42:41.269Z",
      "totalFeesXRP": 632.311008,
      "totalVolumeXRP": 62415.112734,
      "type": "total"
    },
    {
      "_id": "total_rpZqTPC8GvrSvEfFsUuHkmPCg29GdQuXhC",
      "broker": "rpZqTPC8GvrSvEfFsUuHkmPCg29GdQuXhC",
      "brokerName": "BIDDS",
      "lastUpdated": "2026-09-21T03:35:17.147Z",
      "totalFeesXRP": 490.32400299999944,
      "totalVolumeXRP": 38252.74313799999,
      "type": "total"
    },
    {
      "_id": "total_rKWCPCDKbn3cLRSFpUgqS5Nc3z3s6UUTu6",
      "broker": "rKWCPCDKbn3cLRSFpUgqS5Nc3z3s6UUTu6",
      "brokerName": "xrp.cafe",
      "lastUpdated": "2026-09-19T01:05:17.071Z",
      "totalFeesXRP": 603.4253730000004,
      "totalVolumeXRP": 37975.164999999986,
      "type": "total"
    }
  ]
}

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

What it does

Broker fee statistics

Each collection comes back with its slug, the id every Collection endpoint takes. To find one by name, use POST /search (under Token List): it covers collections and NFTs too. Go to Collection →
OpenAPI