Allium: List All Supported Tokens is a paid API for AI agents from agents.allium.so, paid per call via MPP or x402, $0.03/call, status unknown (last checked 2026-09-15).
Returns a complete list of all blockchain tokens supported by Allium's onchain data platform
List all supported tokens
A list of all supported tokens on the Allium platform, including token names, symbols, contract addresses, and associated blockchain networks. This serves as a registry of queryable assets for further onchain data operations.
GEThttps://agents.allium.so/api/v1/developer/tokensUse this endpoint when you need to discover which tokens are available before making downstream calls like price lookups, balance queries, or transaction history. This is the right starting point for any agent workflow that needs to resolve a token name/symbol to a supported asset, or to validate that a given token is covered by Allium's data platform.
{
"type": "json",
"example": [
{
"info": {
"name": "Wrapped Ether",
"symbol": "WETH"
},
"type": "evm_erc20",
"chain": "ethereum",
"price": 2500.5,
"object": "token",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"decimals": 18,
"attributes": {
"volume_usd_1d": 850000000
}
}
]
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"