Skip to main content
GET
/
tokens
Batch token metadata
curl --request GET \
  --url https://api.dexploit.dev/tokens \
  --header 'X-API-Key: <api-key>'
{
  "tokens": [
    {
      "mint": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "description": "<string>",
      "image_url": "<string>",
      "image_url_cached": "<string>",
      "metadata_uri": "<string>",
      "twitter": "<string>",
      "telegram": "<string>",
      "website": "<string>",
      "creator": "<string>",
      "supply_atomic": 123,
      "mint_authority": "<string>",
      "freeze_authority": "<string>",
      "update_authority": "<string>",
      "sectors": [
        "<string>"
      ],
      "audit": {
        "mint": "<string>",
        "lp_burnt": true,
        "mint_revoked": true,
        "freeze_revoked": true,
        "top10_pct": 123,
        "computed_at": 123
      },
      "created_at": 123,
      "updated_at": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt

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

Authorizations

X-API-Key
string
header
required

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

Query Parameters

mints
string
required

Comma-separated list of token mints (max 200).

Response

200 - application/json

Resolved metadata

tokens
object[]