POST
/
api
/
v1
/
developer
/
prices
/
stats
curl --request POST \
  --url https://api.allium.so/api/v1/developer/prices/stats \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '[
  {
    "chain": "string",
    "token_address": "string"
  }
]'
{
  "items": [
    {
      "mint": "<string>",
      "chain": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "low_all_time": 123,
      "high_all_time": 123,
      "latest_price": 123,
      "low_24h": 123,
      "high_24h": 123,
      "low_1h": 123,
      "high_1h": 123,
      "volume_1h": 123,
      "volume_24h": 123,
      "percent_change_24h": 123,
      "percent_change_1h": 123
    }
  ],
  "cursor": "<string>"
}

Supported Chains

  • Arbitrum
  • Base
  • Ehtereum
  • Optimism
  • Solana

Supported Protocols

  • AMM & Liquidity Pool DEXs: Orca, Raydium, Saber, Lifinity, Mercurial, Cropper, Fluxbeam, Crema, Invariant, GooseFX, Meteora
  • Order Book DEXs: OpenBook, Phoenix
  • Aggregators & Trading Focused DEXs: Jupiter, Marinade, Symmetry, Pumpfun
Performance MetricsValue
PaginationUp to 50 tokens per request
Data Freshnessp50 4s

Authorizations

X-API-KEY
string
header
required

Body

application/json · object[]
token_address
string
required
chain
string
required

Response

200
application/json
Successful Response
items
object[]
required
cursor
string | null