Skip to main content
GET
Base URL: https://inkyswap.com The endpoint returns a Uniswap Token Lists compatible object. It merges:
  1. The public InkySwap/swap-token-list registry.
  2. Fully funded rows from the legacy InkyPump tokens source that are not already in the registry.
It does not promise every V2 launch or every token visible on InkyPump. Use InkyPump’s chain-aware token APIs for launch discovery.

Response

string
List name.
string
Registry timestamp. It can stay fixed between API requests.
object
Semantic major, minor, and patch values.
array
Token entries with chainId, address, symbol, name, decimals, and logoURI.

Cache behavior

The server caches the combined list for about 60 seconds and sends public CDN cache headers. Clients should still key token identity by chain ID and address.