Tools Reference¶
token_search¶
Search tokens by name or symbol across Ethereum, BSC, and Base.
Credits: 0
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Token name or symbol (e.g. "PEPE", "Uniswap") |
wallet_summary¶
Aggregate wallet metrics across a time window: total volume, inflow, outflow, net flow, transaction count, and number of tokens traded.
Credits: 2
| Parameter | Type | Required | Description |
|---|---|---|---|
address |
string | yes | Wallet address |
window |
string | no | Time window: 24h, 7d, 30d, all (default: 30d) |
wallet_discover¶
Find top wallets ranked by a chosen metric.
Credits: 2
| Parameter | Type | Required | Description |
|---|---|---|---|
metric |
string | no | Ranking metric: volume, inflow, outflow, net_flow, tx_count, pnl (default: volume) |
window |
string | no | Time window: 24h, 7d, 30d (default: 7d) |
limit |
integer | no | Number of results (default: 20, max: 100) |
token_transfers¶
Who bought or sold a specific token in a given period.
Credits: 2
| Parameter | Type | Required | Description |
|---|---|---|---|
token |
string | yes | Token symbol or address |
period |
string | no | Time period: 1h, 4h, 12h, 1d, 7d, 30d (default: 1d) |
direction |
string | no | Filter by buy, sell, or all (default: all) |
token_chart¶
OHLCV candle data for a token.
Credits: 1
| Parameter | Type | Required | Description |
|---|---|---|---|
token |
string | yes | Token symbol or address |
interval |
string | no | Candle interval: 5m, 30m, 2h (default: 30m) |
perp_funding¶
Current and historical funding rates across CEX exchanges.
Credits: 1
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol |
string | yes | Trading pair (e.g. "BTC", "ETH") |
exchange |
string | no | Filter by exchange: binance, bybit, okx, or all (default: all) |
perp_spreads¶
Cross-venue price comparison for perpetual futures.
Credits: 1
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol |
string | yes | Trading pair (e.g. "BTC", "ETH") |
options_flow¶
Deribit options activity — call/put flow and volume.
Credits: 1
| Parameter | Type | Required | Description |
|---|---|---|---|
underlying |
string | no | Underlying asset: BTC, ETH, SOL (default: BTC) |
window |
string | no | Time window: 1d, 7d, 1m (default: 1d) |