For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tokens

Token search, details, listings, categories, and following

post

Unified endpoint for all token information operations. The action query parameter selects the sub-operation.

Authorizations
X-API-KEYstringOptional

API key with the ix_ prefix. You can generate an API Key by navigating to Settings -> API Key in the web app. Pass it in the X-API-KEY header on every request.

Query parameters
actionstring · enumRequiredPossible values:
Body
or
or
or
or
or
or
object · categoriesOptional

No request body required.

or
or
Responses
200

Successful response. Shape varies by action.

application/json
or
or
or
or
or
or
or
post/api/token_info.php
POST /api/token_info.php?action=search HTTP/1.1
Host: api.indexify.finance
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "name": "text",
  "exclusions": [
    "text"
  ],
  "categories": [
    "text"
  ]
}
[
  {
    "name": "text",
    "address": "text",
    "icon": "text",
    "symbol": "text",
    "is_verified": true
  }
]

Last updated