Skip to main content
POST
Create a workspace API key

Authorizations

ACCESS-API-KEY
string
header
required

HMAC API-key identifier.

ACCESS-TIMESTAMP
string
header
required

Unix timestamp in seconds.

ACCESS-SIGN
string
header
required

Base64-encoded hex HMAC signature.

Path Parameters

workspace_id
string
required

Body

application/json
scopes
string[]
required
Minimum array length: 1
Example:
name
string
wallet_ids
string[]
walletIds
string[]
ip_allowlist
string[]
ipAllowlist
string[]
expires_at
string<date-time>
expiresAt
string<date-time>
created_by
string
createdBy
string

Response

Created API key.

success
boolean
required
message
string
required
Example:

"success"

code
required
Example:

0

data
object
required