Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/o-az/token-search
- Owner: o-az
- Created: 2023-02-10T05:28:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T23:29:00.000Z (9 months ago)
- Last Synced: 2024-10-04T13:35:00.063Z (4 months ago)
- Topics: erc20, ethereum, evm-blockchain, sqlite, tokenlist
- Language: TypeScript
- Homepage: https://tokens.evm.workers.dev
- Size: 223 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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: