Execute Tool
Endpoints
Execute Tool
Run a specific tool directly with the given arguments.
POST
Execute Tool
Authorizations
Your EVM wallet address for authentication and credit tracking.
API key obtained from the gateway. Not required in free mode.
Headers
Your EVM wallet address.
Example:
"0x0000000000000000000000000000000000000001"
Body
application/json
The tool name to execute.
Available options:
get_eth_balance, get_token_balance, get_token_info, get_gas_price, get_block, get_tx_count, is_contract, resolve_ens, get_transaction, get_crypto_price, web_search, web_extract, read_tweet, find_music, knowledge_search, list_tools, get_weather, get_time Example:
"get_eth_balance"
Arguments to pass to the tool.
Example:
{
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"chain": "base"
}