Skip to main content
GET
/
volume
/
chains
Get trading stats by chain
curl --request GET \
  --url https://deep-index.moralis.io/api/v2.2/volume/chains \
  --header 'X-API-Key: <api-key>'
{
  "chains": [
    {
      "chainId": "0x1",
      "totalVolume": {
        "5m": 6516719.425429553,
        "1h": 137489621.30780438,
        "6h": 585436101.0503464,
        "24h": 2668170156.0409784
      },
      "activeWallets": {
        "5m": 6516719.425429553,
        "1h": 137489621.30780438,
        "6h": 585436101.0503464,
        "24h": 2668170156.0409784
      },
      "totalTransactions": {
        "5m": 6516719.425429553,
        "1h": 137489621.30780438,
        "6h": 585436101.0503464,
        "24h": 2668170156.0409784
      }
    }
  ]
}
Premium endpoint: This endpoint requires an API key on the Pro plan or above.
Endpoint cost: CUs. Learn more about compute units.

Authorizations

X-API-Key
string
header
default:test
required

Response

200 - application/json

Successful response

chains
object[]