get_cross_chain_activity | Fetch cross-chain activity data from Wormholescan API and return as a pandas DataFrame.
Args:
timeSpan: Time span for data (7d, 30d, 90d, 1y, all-time). Default: 7d
by: Render results by notional or tx count. Default: notional
app: Comma-separated list of apps. Default: all apps
Returns:
String representation of a pandas DataFrame containing cross-chain activity data |
get_money_flow | Fetch transaction count and volume data from Wormholescan API for a specific period.
Args:
timespan: Time span for data (1h, 1d, 1mo, 1y). Default: 1d
from_date: From date in ISO 8601 format (e.g., 2024-01-01T15:04:05Z). Default: empty
to_date: To date in ISO 8601 format (e.g., 2024-01-01T15:04:05Z). Default: empty
appId: Application ID to filter results. Default: empty
sourceChain: Source chain ID to filter results. Default: empty
targetChain: Target chain ID to filter results. Default: empty
Returns:
String representation of a pandas DataFrame containing transaction count and volume data |
get_top_assets_by_volume | Fetch top assets by volume from Wormholescan API.
Args:
timeSpan: Time span for data (7d, 15d, 30d). Default: 7d
Returns:
String representation of a pandas DataFrame containing top assets by volume |
get_top_chain_pairs_by_num_transfers | Fetch top chain pairs by number of transfers from Wormholescan API.
Args:
timeSpan: Time span for data (7d, 15d, 30d). Default: 7d
Returns:
String representation of a pandas DataFrame containing top chain pairs by number of transfers |
get_top_symbols_by_volume | Fetch top symbols by volume from Wormholescan API.
Args:
timeSpan: Time span for data (7d, 15d, 30d). Default: 7d
Returns:
String representation of a pandas DataFrame containing top symbols by volume |
get_top100_corridors | Fetch top 100 token corridors by number of transactions from Wormholescan API.
Args:
timeSpan: Time span for data (2d, 7d). Default: 2d
Returns:
String representation of a pandas DataFrame containing top 100 corridors |
get_kpi_list | Fetch a list of KPIs for Wormhole from Wormholescan API.
Returns:
String representation of a pandas DataFrame containing Wormhole KPIs |