get_token_price
Retrieve the current price of a specific token on SailFish DEX by providing its token address, enabling accurate price tracking for EDUCHAIN interactions.
Instructions
Get the current price of 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"
}