---
title: "Price Volume - Multi"
method: POST
path: "/defi/price_volume/multi"
tags: ["Price & OHLCV"]
---

# Price Volume - Multi

`POST /defi/price_volume/multi`

Retrieve price and volume updates of multiple tokens. Maximum 50 tokens.

## Query parameters

- `ui_amount_mode` 'raw' | 'scaled' | 'both'

## Headers

- `x-chain` 'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

## Request body

- MultiPriceVolumeBody
  - `list_address` string, required
  - `type` '1h' | '2h' | '4h' | '8h' | '24h'

## Response `200`

JSON object containing price and volume with changes data of multiple tokens

- DefiPriceVolumeMultiResponse
  - `success` boolean, required
  - `data` object, required — A hashmap with token addresses as keys and the price volume object as value

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/birdeye/apis/birdeye-data-api.md) · [All operations](https://skmtc.net/birdeye/apis/birdeye-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/birdeye/birdeye-data-api/versions/fcaba926a089/schema)
