wormholescan
Returns the top 100 trending tokens for a given protocol ranked by USD volume transferred The endpoint automatically selects hourly or daily aggregation based on the time range For ranges < 24 hours, hourly data is used and 'from' must be within last 24 hours Otherwise, daily data is used
get/api/v1/protocols/{protocolId}/trending_tokens
Path parameters
protocolIdstring required
Protocol ID (e.g., PORTAL_TOKEN_BRIDGE, CCTP_WORMHOLE_INTEGRATION, CONNECT)
Query parameters
fromstring required
Start date in RFC3339 format (e.g., 2024-01-01T00:00:00Z)
tostring required
End date in RFC3339 format (e.g., 2024-01-08T00:00:00Z)
Response
OK