scrape_binance
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get a Binance ticker (last price, 24h volume, change). Use for trading and crypto agents. Example call: {"symbol": "BTCUSDT"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "scrape_binanceArguments",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"title": "Symbol"
}
}
}Parent server
GoCreative Agent API
1/7 registries