Skip to main content
POST
Execute Tool

Authorizations

x-wallet-address
string
header
required

Your EVM wallet address for authentication and credit tracking.

Authorization
string
header
required

API key obtained from the gateway. Not required in free mode.

Headers

x-wallet-address
string
required

Your EVM wallet address.

Example:

"0x0000000000000000000000000000000000000001"

Body

application/json
tool
enum<string>
required

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"

args
object

Arguments to pass to the tool.

Example:

Response

200 - application/json

Tool execution result

ok
boolean
Example:

true

tool
string
Example:

"get_eth_balance"

result
object
Example: