cURL
curl --request GET \ --url https://api-bluvo.com/v0/organization/api-key \ --header 'x-bluvo-api-key: <api-key>' \ --header 'x-bluvo-org-id: <api-key>' \ --header 'x-bluvo-project-id: <api-key>'
{ "permissions": { "read": true, "quote": true, "withdrawal": true, "trade": false, "deposit": false, "listen": true, "delete": false }, "rateLimit": { "rateLimitEnabled": true, "rateLimitTimeWindow": 60, "rateLimitMax": 100, "requestCount": 42, "lastRequest": "2025-10-29T21:16:53.000Z" } }
Get information about the current API key, including its permissions and rate limit configuration.
🔒 Authentication: This endpoint requires a valid API key.
Bluvo API Key
Bluvo Organization ID
Bluvo Project ID
Successful response
Show child attributes
Was this page helpful?