Allium

Allium

Crypto Data
base
12 endpoints

Enterprise blockchain data platform powering analytics, engineering, and accounting with unmatched breadth and accuracy.

Base URLhttps://api.dao.pub/market/allium
POST/api/v1/developer/prices$0.0022

Token Latest Price

POST JSON body with tokens array. Each token needs chain and contract address. Returns latest prices in specified currencies.

Body
tokens[object Object]
currenciesstring (optional, default ['usd'])
POST/api/v1/developer/prices/at-timestamp$0.0022

Token Price at Timestamp

POST JSON body with tokens and a Unix timestamp. Returns the price of each token at that specific point in time.

Body
tokens[object Object]
timestampnumber (Unix timestamp in seconds)
currenciesstring (optional)
POST/api/v1/developer/prices/history$0.0022

Token Price History

POST JSON body with tokens, date range, and optional interval. Returns historical price data points.

Body
tokens[object Object]
start_datestring (YYYY-MM-DD)
end_datestring (YYYY-MM-DD)
intervalstring (optional: '1d' or '1h')
currenciesstring (optional)
POST/api/v1/developer/prices/stats$0.0022

Token Price Stats

POST JSON body with tokens. Returns price statistics (high, low, avg, change) over the specified period.

Body
tokens[object Object]
periodstring (optional, e.g. '7d', '30d')
currenciesstring (optional)
GET/api/v1/developer/tokens$0.0033

List Tokens

GET with optional query params. Returns a paginated list of tokens with metadata. Use chain to filter by blockchain.

Query
chainstring (optional, filter by chain)
limitnumber (optional, default 100)
offsetnumber (optional, default 0)
POST/api/v1/developer/tokens/chain-address$0.0022

Get Tokens by Chain Address

POST JSON body with tokens array. Look up token metadata by chain and contract address.

Body
tokens[object Object]
GET/api/v1/developer/tokens/search$0.0033

Search Tokens

GET with query param. Search for tokens by name, symbol, or contract address.

Query
querystring (search by name, symbol, or address)
POST/api/v1/developer/wallet/balances$0.0033

Latest Token Balances

POST JSON body with wallet address. Returns current token balances across all chains, or filter with chains array.

Body
addressstring (wallet address)
chainsstring (optional, filter by chains)
POST/api/v1/developer/wallet/balances/history$0.0033

Historical Token Balances

POST JSON body with wallet address and date range. Returns historical token balance snapshots.

Body
addressstring (wallet address)
chainsstring (optional)
start_datestring (YYYY-MM-DD)
end_datestring (YYYY-MM-DD)
POST/api/v1/developer/wallet/pnl$0.0033

Holdings PnL

POST JSON body with wallet address. Returns profit/loss data for token holdings.

Body
addressstring (wallet address)
chainsstring (optional)
POST/api/v1/developer/wallet/transactions$0.0033

Transactions

POST JSON body with wallet address. Returns transaction history. Paginate with limit/offset.

Body
addressstring (wallet address)
chainsstring (optional)
limitnumber (optional)
offsetnumber (optional)
GET/api/v1/docs/docs/browse$0.0011

Browse documentation hierarchy

GET with optional path query param. Browse Allium API documentation hierarchy.

Query
pathstring (optional, documentation section path)