Documentation Index
Fetch the complete documentation index at: https://dev-docs.multihopper.com/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
ISO 8601 start date (e.g. 2025-01-01T00:00:00.000Z).
Response
Total number of transfers in the period.
Number of successfully completed transfers.
Number of failed transfers.
Total flat fee earned by your integration in lamports.
Total percentage fee earned by your integration in raw token units.
curl "/api/v1/usage?fromDate=2025-01-01T00:00:00.000Z&toDate=2025-01-31T23:59:59.000Z" \
-H "x-api-key: mh_live_abc123..."
{
"totalTransfers": 142,
"completedTransfers": 130,
"failedTransfers": 5,
"totalFlatFeeEarned": 5460000,
"totalPercentFeeEarned": "12500000"
}