{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses Billing API", "version": "1.0.0" }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Get historical data of billing and usage for a wallet address.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/usage/history", "params": [ { "name": "address", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Get historical data of billing and usage for a wallet address." }, { "info": { "name": "Get historical usage stats for a wallet address.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/usage/history/stats", "params": [ { "name": "address", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Get historical usage stats for a wallet address." } ] } ], "bundled": true }