All tokens
List every indexed token, including unverified
The token endpoint without verified=true shows every ERC20 / 721 / 1155 contract we've seen, including unverified tokens, scams, and proof-of-concept deployments. Only use the unfiltered listing when you have a specific address you're hunting for.
GET /api/tokens/
Same endpoint as listed tokens. You just don't pass verified=true or common=true.
Warning
The unfiltered list is large and grows every day. Always pair it with address, search, or a type filter like is_erc20=true. The API caps limit at 100.
Find one token by address
Search by name or symbol
bash
1curl 'https://api.tokenkithq.io/api/tokens/?search=USD' \2 -H 'api-key: YOUR_API_KEY'Substring match across address, symbol, and name. Good for token-picker autocomplete.
See also
- Listed tokens - verified-only subset
- Comparison - when to use each