get-token-info
Retrieve detailed information about any Pump.fun token using its mint address to analyze token data and make informed trading decisions.
Instructions
Get information about a Pump.fun token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tokenAddress | Yes | The token's mint address |
Input Schema (JSON Schema)
{
"properties": {
"tokenAddress": {
"description": "The token's mint address",
"type": "string"
}
},
"required": [
"tokenAddress"
],
"type": "object"
}