get_token_info
Retrieve detailed metadata and attributes of a specific token on SailFish DEX using the token address. Ideal for querying essential token details within the EDUCHAIN ecosystem.
Instructions
Get detailed information about a token on SailFish DEX
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tokenId | Yes | Token address |
Input Schema (JSON Schema)
{
"properties": {
"tokenId": {
"description": "Token address",
"type": "string"
}
},
"required": [
"tokenId"
],
"type": "object"
}