Skip to main content
GET
/
deployer
/
{wallet}
Tokens deployed by a wallet
curl --request GET \
  --url https://api.dexploit.dev/deployer/{wallet} \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "mint": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "supply_atomic": "<string>",
      "creator": "<string>",
      "image_url": "<string>",
      "twitter": "<string>",
      "telegram": "<string>",
      "website": "<string>",
      "created_at": 123
    }
  ],
  "coverage_note": "<string>",
  "computed_at": 123
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

wallet
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100

Response

Tokens deployed by the wallet

Tokens deployed by a wallet. coverage_note is only present when results is empty.

results
object[]

Newest mint first. Same shape as /tokens/multi.

coverage_note
string | null

Set when results is empty. Explains that creator capture began 2026-05-26 (Phase 0).

computed_at
integer<int64>

Unix epoch milliseconds.