search_official_token_address
Find the official token address and symbol for cryptocurrency tokens to verify authenticity and avoid scams when trading or managing assets.
Instructions
Get the official token address and symbol for a token symbol or token address.
Try to use this first to get address and symbol of coin. If not found, use search_token_details to get details.
Expects a TokenDetailsRequestContainer, returns a TokenDetailsResponseContainer.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token_details_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"token_details_requests": {
"$ref": "#/$defs/TokenDetailsRequestContainer"
}
},
"required": [
"token_details_requests"
],
"type": "object"
}