Billing
Get historical usage stats for a wallet address.
get/v1/usage/history/stats
Query parameters
addressstring required
The wallet address to get billing and usage data for
Example:akash18andxgtd6r08zzfpcdqg9pdr6smks7gv76tyt6
startDatestring date
Start date (YYYY-MM-DD). Defaults to 30 days before endDate
Example:2024-01-01
endDatestring date
End date (YYYY-MM-DD). Defaults to today by UTC 23:59:59
Example:2024-01-31
Response
Returns usage stats data
Example response
{
"totalSpent": 1234.56,
"averageSpentPerDay": 12.34,
"totalDeployments": 15,
"averageDeploymentsPerDay": 1.5
}