get_kpi_list
Retrieve key performance indicators (KPIs) for Wormhole protocol from Wormholescan API, returning a structured pandas DataFrame for cross-chain activity analysis.
Instructions
Fetch a list of KPIs for Wormhole from Wormholescan API.
Returns:
String representation of a pandas DataFrame containing Wormhole KPIs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_kpi_listArguments",
"type": "object"
}