- Deployed on Cloudflare Workers,
- using Hono web framework,
- and Cloudflare D1 (SQLite) for database
Note: for address balance retrieval check https://github.com/o-az/evm-balances
- view all tokens of {chain}:
${BASE_URL}/{chain}
- get a specific token from {chain} using token {address}:
${BASE_URL}/{chain}/token/{address}
- same as above but token {address} as supplied as query parameter:
${BASE_URL}/{chain}/token?address={address}
- get token logo by address:
${BASE_URL}/{chain}/logo/{address}