curl "https://inkyswap.com/api/tokens"
{
"name": "<string>",
"timestamp": "<string>",
"version": {},
"tokens": [
{}
]
}InkySwap API
Get Token List
Read the Ink token list used by InkySwap.
GET
/
api
/
tokens
curl "https://inkyswap.com/api/tokens"
{
"name": "<string>",
"timestamp": "<string>",
"version": {},
"tokens": [
{}
]
}Base URL:
https://inkyswap.com
The endpoint returns a Uniswap Token Lists compatible object. It merges:
- The public
InkySwap/swap-token-listregistry. - Fully funded rows from the legacy InkyPump
tokenssource that are not already in the registry.
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.curl "https://inkyswap.com/api/tokens"