get-soon-mainnet-account-tokens
Retrieve token balances for a specific address on the SOON mainnet using the SVM-MCP server. Input the address to view holdings and account details.
Instructions
Get the tokens of a address on the Soon mainnet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The SOON address to get the tokens of |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"address": {
"description": "The SOON address to get the tokens of",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}