Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Response
The API key information.
The API key name.
"my_api_key"
The curve type used for the API key, which determines the cryptographic algorithm for key generation and signing. Possible values include:
ED25519
: Ed25519SECP256K1
: Secp256k1
ED25519
, SECP256K1
"ED25519"
The API key value.
"427b06814cca3359bd0e710c1187833b7f052748a3fdf59888fad4ddc4bd379f"
The time when the API key was registered, in Unix timestamp format, measured in milliseconds.
1701396866000
The time when the API key information was last updated, in Unix timestamp format, measured in milliseconds.
1701396866000
The URL of the callback endpoint that receives callback messages triggered by this API key.
"https://example.com/api/callback"
(Applicable to permanent API keys only) The list of IP addresses that are allowed to use this API key.
The time when the API key expires, in Unix timestamp format, measured in milliseconds. For permanent API keys, this property value is null
.
1701396866000
The list of user roles and wallet scopes associated with the API key.