/v1/evm/entities/tokens/erc20
POST /v1/evm/entities/tokens/erc20 is an endpoint of the BlockDB EVM ERC-20 Tokens API, listed on Proxygate by Blockchain Database LTD. Institutional-grade canonical ERC-20 token registry with decimals, name and symbol. Use for join keys across swaps/transfers/pools, decimals scaling and address validation. AI agents call it per request through a transparent proxy and pay $0.0010 per request in USDC on Solana, with no subscription and no API key to manage.
$0.0010 / request
POST
USDC on Solana
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | - |
| cursor | string | No | - |
| chain_id | integer | Yes | - |
| to_block | integer | No | - |
| from_block | integer | No | - |
| to_timestamp | string | No | - |
| from_timestamp | string | No | - |
| contract_address | string | No | - |
Call /v1/evm/entities/tokens/erc20 with an AI agent
# Call this endpoint with the Proxygate CLI
proxygate proxy blockdb-evm-erc-20-tokens /v1/evm/entities/tokens/erc20 -X POST// Call it from an AI agent over the Proxygate MCP server
call_api({
listing_id: "57a40a95-ac19-47ed-9d64-1f4fd831ac7e",
method: "POST",
path: "/v1/evm/entities/tokens/erc20"
})BlockDB EVM ERC-20 Tokens /v1/evm/entities/tokens/erc20: frequently asked questions
Institutional-grade canonical ERC-20 token registry with decimals, name and symbol. Use for join keys across swaps/transfers/pools, decimals scaling and address validation.
It costs $0.0010 per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.
The agent calls POST /v1/evm/entities/tokens/erc20 through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.
No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.