get_top_chain_pairs_by_num_transfers
Analyze and retrieve top chain pairs by the number of transfers on the Wormhole protocol, within specified time spans, to identify high-activity cross-chain routes.
Instructions
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
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeSpan | No | 7d |
Input Schema (JSON Schema)
{
"properties": {
"timeSpan": {
"default": "7d",
"title": "Timespan",
"type": "string"
}
},
"title": "get_top_chain_pairs_by_num_transfersArguments",
"type": "object"
}