getLatestTokens
Retrieve trending tokens and market data based on specified chain ID for cryptocurrency research and Ethereum automation with agentek-eth MCP server.
Instructions
Get trending tokens and market data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | Yes | Chain Id |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"chainId": {
"description": "Chain Id",
"type": "number"
}
},
"required": [
"chainId"
],
"type": "object"
}