Skip to main content
GET
Single-token metadata

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Path Parameters

mint
string
required

Response

Token

Token metadata as indexed from on-chain + the Metaplex URI. Audit flags are inlined.

mint
string
name
string
symbol
string
decimals
integer
description
string | null
image_url
string | null
image_url_cached
string | null

Dexploit-hosted mirror; safe to embed without CORS pain.

metadata_uri
string | null
twitter
string | null
telegram
string | null
website
string | null
creator
string
supply_atomic
integer<int64>

Base-unit supply; divide by 10**decimals for human-readable.

mint_authority
string | null
freeze_authority
string | null
update_authority
string | null
sectors
string[]
audit
object

On-chain authority and LP-burn checks for a token, served by a dedicated service (CT106) at the root path /tokens/{mint}/audit (not under /api/v1).

A valid base58 mint that has not been indexed yet still returns HTTP 200 with indexed: false and every flag/value null (the unindexed sentinel) — it does not 404. A malformed (non-base58) mint returns HTTP 400.

created_at
integer

Unix epoch seconds.

updated_at
integer

Unix epoch seconds.