Base B20 token registry (pre-launch)
Base-mainnet (chain 8453) native-equity "B20" tokens — a separate registry from Robinhood Chain. Currently pre-launch: verified on-chain metadata, but totalSupply is 0 for every token until minting begins. status flips from pre_launch to live automatically once real supply appears on-chain. The same data backing the get_base_tokens MCP tool.
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/agent/base/tokens
curl https://www.hoodgrow.com/api/agent/base/tokens \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"chainId": 8453,
"updatedAt": "2026-08-10T22:09:18.295Z",
"note": "string",
"tokens": [
{
"symbol": "string",
"name": "string",
"address": "string",
"decimals": 1,
"status": "pre_launch",
"totalSupplyRaw": "string",
"totalSupply": 1,
"checkedAt": null
}
]
}