Creates one or moe durable nonce account to be added to the pool of durable nonce accounts that can be used for processing transactions with a messageLifetimeStrategy of DURABLE_NONCE. Go to Transaction Processing for additional details.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query Params
Header Params
Responses
🟢201Created
application/json
Body
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://vf-solana-api.dev.alphaledger.com/api/v1/durable-nonce-accounts?solanaClusterId=SOLANA_DEVNET' \
--header'x-request-id: f9860f73-a466-41f2-a083-34eeb1cc3a3c' \
--header'Authorization: Bearer <token>'