Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/o-az/token-search

Search for tokens on many EVM chains by address
https://github.com/o-az/token-search

erc20 ethereum evm-blockchain sqlite tokenlist

Last synced: 3 months ago
JSON representation

Search for tokens on many EVM chains by address

Awesome Lists containing this project

README

        

#### - Deployed on [Cloudflare Workers](https://workers.cloudflare.com/),
#### - using [Hono](https://hono.dev/) web framework,
#### - and [Cloudflare D1](https://developers.cloudflare.com/d1/) (SQLite) for database

_Note: for address balance retrieval check https://github.com/o-az/evm-balances_

# Endpoints

- 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}`

---

## Live demo: