Skip to main content
GET
/
tokens
/
{id}
Get a token by its ID
curl --request GET \
  --url https://api-partner.houdiniswap.com/v2/tokens/{id} \
  --header 'Authorization: <api-key>'
{
  "icon": "<string>",
  "id": "<string>",
  "chain": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "chainData": {
    "icon": "<string>",
    "addressValidation": "<string>",
    "tokenAddressValidation": "<string>",
    "id": "<string>",
    "created": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "shortName": "<string>",
    "explorerUrl": "<string>",
    "addressUrl": "<string>",
    "kind": "<string>",
    "enabled": true,
    "shortNameV1": "<string>",
    "modified": "2023-11-07T05:31:56Z",
    "memoNeeded": true,
    "hashUrl": "<string>",
    "priority": 123,
    "chainId": 123
  },
  "address": "<string>",
  "decimals": 0,
  "symbol": "",
  "name": "",
  "modified": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "mainnet": true,
  "enabled": true,
  "unverified": true,
  "hasDex": true,
  "hasCex": true,
  "hasSelfPrivate": true,
  "cexTokenId": "",
  "rank": 123,
  "cgId": "<string>",
  "marketCapChange24h": 123,
  "circulatingSupply": 123,
  "price": 123,
  "marketCap": 123,
  "volume": 123,
  "fdv": 123,
  "change": 123,
  "priority": 123,
  "warningMessage": "<string>",
  "minMax": {
    "anon": [
      123
    ],
    "cex": [
      123
    ],
    "dex": [
      123
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

MongoDB ObjectId of the token

Pattern: ^[a-fA-F0-9]{24}$

Response

Success

icon
string
required
id
string
required
chain
string
required
created
string<date-time>
required
chainData
object
required
address
string | null
decimals
number<double>
default:0
symbol
string
default:""
name
string
default:""
modified
string<date-time>
description
string | null
mainnet
boolean
enabled
boolean
unverified
boolean
hasDex
boolean
hasCex
boolean
hasSelfPrivate
boolean

Indicates if token supports private (self-to-self) swaps. Stored field computed when token is saved. True when token has CEX support AND at least 2 enabled CEX swap provider mappings.

cexTokenId
string
default:""
rank
number<double> | null
cgId
string | null
marketCapChange24h
number<double>
circulatingSupply
number<double>
price
number<double> | null
marketCap
number<double> | null
volume
number<double> | null
fdv
number<double> | null
change
number<double> | null
priority
number<double> | null
warningMessage
string
minMax
object