search_token_details
Retrieve comprehensive cryptocurrency token information including contract details, pricing data, and blockchain specifications to support trading and analysis decisions.
Instructions
Search and retrieve details about single token.
If only address or symbol is needed, use get_official_token_address first.
Expects a TokenSearchRequest, returns a list of TokenDetailsResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token_search_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"token_search_requests": {
"$ref": "#/$defs/TokenSearchRequest"
}
},
"required": [
"token_search_requests"
],
"type": "object"
}