lookup_crypto
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get live crypto price + 24h change for a symbol (BTC, ETH, SOL, etc.) sourced from CoinGecko. Use for portfolio agents, trading bots, or DeFi research. Example call: {"symbol": "btc"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_cryptoArguments",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"title": "Symbol"
}
}
}Parent server
GoCreative Agent API
1/7 registries