get_coin_info
Retrieve detailed coin information using its mint ID through the Pump Fun Data MCP Server. Access essential data for analysis and decision-making.
Instructions
Get information about a coin
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mintId | Yes | The mint id of the coin(coin address) |
Input Schema (JSON Schema)
{
"properties": {
"mintId": {
"description": "The mint id of the coin(coin address)",
"type": "string"
}
},
"required": [
"mintId"
],
"type": "object"
}