Search for coins by mint address or other identifiers
cURL
curl --request GET \ --url https://advanced-api-v2.pump.fun/search
{ "found": true, "coin": { "mint": "<string>", "name": "<string>", "symbol": "<string>", "description": "<string>", "imageUri": "<string>", "metadataUri": "<string>", "creator": "<string>", "createdTimestamp": 123, "bondingCurve": { "progress": 123, "marketCap": "<string>", "graduated": true } } }
Authorization
Authorization: Bearer <your_token>
GET https://advanced-api-v2.pump.fun/search
Show Coin Object
Show Bonding Curve
curl -X GET "https://advanced-api-v2.pump.fun/search?mint=7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr" \ -H "Authorization: Bearer <your_token>" \ -H "Accept: application/json"
<your_token>
found: false