Tokens
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
Responses
200
Successful response. Shape varies by action.
application/json
or
or
or
or
or
or
or
400
Missing or invalid parameters.
application/json
401
Authentication required.
application/json
404
Token not found.
application/json
500
Internal server error.
application/json
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

