{ "opencollection": "1.0.0", "info": { "name": "Currency Convert Status API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "API status and quota", "type": "http" }, "http": { "method": "GET", "url": "https://api.currencyapi.com/v3/status" }, "docs": "Checks whether the API is up and returns your monthly and grace quota usage. Requests to this endpoint do not count against your quota or rate limit." } ] } ], "bundled": true }