Skip to main content
GET
/
v0
/
organization
/
api-key
API key info
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"
  }
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

Response

Successful response

permissions
object
rateLimit
object