Allium
Crypto DataEnterprise blockchain data platform powering analytics, engineering, and accounting with unmatched breadth and accuracy.
https://api.dao.pub/market/alliumEndpoints
/api/v1/developer/prices$0.0022Token Latest Price
POST JSON body with tokens array. Each token needs chain and contract address. Returns latest prices in specified currencies.
tokens[object Object]currenciesstring (optional, default ['usd'])/api/v1/developer/prices/at-timestamp$0.0022Token Price at Timestamp
POST JSON body with tokens and a Unix timestamp. Returns the price of each token at that specific point in time.
tokens[object Object]timestampnumber (Unix timestamp in seconds)currenciesstring (optional)/api/v1/developer/prices/history$0.0022Token Price History
POST JSON body with tokens, date range, and optional interval. Returns historical price data points.
tokens[object Object]start_datestring (YYYY-MM-DD)end_datestring (YYYY-MM-DD)intervalstring (optional: '1d' or '1h')currenciesstring (optional)/api/v1/developer/prices/stats$0.0022Token Price Stats
POST JSON body with tokens. Returns price statistics (high, low, avg, change) over the specified period.
tokens[object Object]periodstring (optional, e.g. '7d', '30d')currenciesstring (optional)/api/v1/developer/tokens$0.0033List Tokens
GET with optional query params. Returns a paginated list of tokens with metadata. Use chain to filter by blockchain.
chainstring (optional, filter by chain)limitnumber (optional, default 100)offsetnumber (optional, default 0)/api/v1/developer/tokens/chain-address$0.0022Get Tokens by Chain Address
POST JSON body with tokens array. Look up token metadata by chain and contract address.
tokens[object Object]/api/v1/developer/tokens/search$0.0033Search Tokens
GET with query param. Search for tokens by name, symbol, or contract address.
querystring (search by name, symbol, or address)/api/v1/developer/wallet/balances$0.0033Latest Token Balances
POST JSON body with wallet address. Returns current token balances across all chains, or filter with chains array.
addressstring (wallet address)chainsstring (optional, filter by chains)/api/v1/developer/wallet/balances/history$0.0033Historical Token Balances
POST JSON body with wallet address and date range. Returns historical token balance snapshots.
addressstring (wallet address)chainsstring (optional)start_datestring (YYYY-MM-DD)end_datestring (YYYY-MM-DD)/api/v1/developer/wallet/pnl$0.0033Holdings PnL
POST JSON body with wallet address. Returns profit/loss data for token holdings.
addressstring (wallet address)chainsstring (optional)/api/v1/developer/wallet/transactions$0.0033Transactions
POST JSON body with wallet address. Returns transaction history. Paginate with limit/offset.
addressstring (wallet address)chainsstring (optional)limitnumber (optional)offsetnumber (optional)/api/v1/docs/docs/browse$0.0011Browse documentation hierarchy
GET with optional path query param. Browse Allium API documentation hierarchy.
pathstring (optional, documentation section path)