Deploy by mint address
Tokens
Deploy by mint address
GET
Deploy by mint address
Authorizations
Path Parameters
Query Parameters
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, andcurrentPrice.
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, andcurrentPrice.
A not-found or invalid mint returns { error: true, message } with HTTP 200.
