Skip to main content
GET
Deploy by mint address

Authorizations

apiKey
string
query
required

Path Parameters

mint
string
required

Query Parameters

analysis
enum<string>

Optional analysis parameter. Use true for sniper/bundle signers, protrader for pro-trader signers, all for all analysis types, stats for aggregated statistics, or holdings for token holdings by analyzed addresses.

Available options:
true,
protrader,
all,
stats,
holdings

Response

Success. A not-found or invalid mint returns HTTP 200 with { "error": true, "message": "..." } (not a 404/400).

Two field sets are possible:

  • Live-cache fast path — the token is still live in RAM; a lean set of deploy + realtime fields.
  • DB cold path — adds volume24h, trades24h, uniqueTraders24h, buyVolume24h, sellVolume24h, total_fees_spent, total_trades, and currentPrice.
success
boolean
data
object

Deploy object (includes mint, signer, name, symbol, uri, platform, etc.).

Two field sets are possible:

  • Live-cache fast path (token still live in RAM): a lean set of deploy + realtime fields.
  • DB cold path: adds 24h trading activity — volume24h, trades24h, uniqueTraders24h, buyVolume24h, sellVolume24h, total_fees_spent, total_trades, and currentPrice.

A not-found or invalid mint returns { error: true, message } with HTTP 200.