Skip to main content

Authentication

Every API request requires an organization-scoped API key. Contact Omakase to request access to the dedicated API key page. Once access is granted, create an API key there.

Send the key

Use the HTTP Bearer authentication scheme:

curl "https://api.staking.0xmakase.co.jp/v1/ethereum/stakes" \
--header "Authorization: Bearer ${OMAKASE_API_KEY}" \
--header "Accept: application/json"

Do not use the legacy x-api-key header.

Rotate or revoke a key

Create a replacement key, update the calling service, and then revoke the old key in the tenant dashboard. A revoked or expired key is rejected with 401 Unauthorized.