For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token Info API

We're seeking feedback to improve this API! Please share your thoughts in our Discord #svs-api channel let us know how we can improve or report any bugs you encounter!

Get Mint Information

post

Retrieve comprehensive information about a token mint including metadata, creator information, and trading history for tokens launched in the past 24 hours..

Supports tokens launched through the following platforms:

  • Raydium

  • Raydium Launchpad

  • Bonk.fun

  • Pump.fun

Authorizations
AuthorizationstringOptional

Authorization header for API key authentication.

Example:

Authorization: your-api-key-here
Body

Request for comprehensive mint information

mintstringRequired

Token mint address (base58 encoded)

Example: So11111111111111111111111111111111111111112Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
Responses
200

Success

application/json

Response containing comprehensive mint information

post/mint_info

Last updated