get_top100_corridors
Fetch the top 100 token corridors by transaction count from the Wormholescan API to analyze cross-chain activity trends within the Wormhole protocol over specified time spans.
Instructions
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
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeSpan | No | 2d |
Input Schema (JSON Schema)
{
"properties": {
"timeSpan": {
"default": "2d",
"title": "Timespan",
"type": "string"
}
},
"title": "get_top100_corridorsArguments",
"type": "object"
}