Skip to main content
GET
/
api
/
sol
/
tokens
/
mint
/
{mint}
Deploy by mint address
curl --request GET \
  --url 'https://de.raze.sh/api/sol/tokens/mint/{mint}?apiKey='
{
  "success": true,
  "data": {}
}

Authorizations

apiKey
string
query
required

Path Parameters

mint
string
required

Query Parameters

analysis
enum<string>

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

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

Response

Success

success
boolean
data
object

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