POST
Endpoint: https://tokens.gluex.xyz/graphql
Request body
field | purpose |
---|---|
tokenAddress | Canonical EIPF55 checksum address |
symbol | Ticker (≤ 11 chars) |
name | Name of the token |
decimals | ERC20 decimal (6, 8, 18 …) |
type | Type of the token (tradable , lp , stake , lend , invest , stable ) |
priority | Relevance score - assigned based on liqudity depth and trade volume |
branding.* | Brand assets |
Variable | Required | Default | Description | Possible Values / Type |
---|---|---|---|---|
chain | ✅ | — | Identifier for the chain (eg: “ethereum”, “hyperevm”, “polygon”, …) | string |
limit | ❌ | 20 | Maximum number of results to return per page (recommended max: 50) | integer |
offset | ❌ | 0 | Number of items to skip for pagination | integer |
Variable | Required | Default | Description | Possible Values / Type |
---|---|---|---|---|
chain | ✅ | — | Identifier for the chain (eg: “ethereum”, “hyperevm”, “polygon”, …) | string |
tokenType | ✅ | — | Enum that describes type of token | tradable | lp | stake | lend | invest | stable |
limit | ❌ | 20 | Maximum number of results to return per page (recommended max: 50) | integer |
offset | ❌ | 0 | Number of items to skip for pagination | integer |
Variable | Required | Default | Description | Type / Possible Values |
---|---|---|---|---|
chain | ✅ | — | Identifier for the chain (eg: “ethereum”, “hyperevm”, “polygon”, …) | string |
pattern | ✅ | — | Case insensitive substring to match against token address, name or symbol | string |
limit | ❌ | 20 | Maximum number of results to return per page (recommended max: 50) | integer |
offset | ❌ | 0 | Number of items to skip for pagination | integer |