Create Nonce Account

Create a nonce account to sign transactions off-chain which enables keeping them until they are ready to be submitted to the network.

Path Params
string
enum
required

Solana network:

  • `mainnet-beta` — production network.
  • `testnet` — testnet.
Allowed:
Body Params
string
required

Account address that will pay the fee for the transaction.

string

Account address that keeps the value of the nonce.

number
≥ 1

Maximum computational effort limit for the transaction measured in compute units.

number
≥ 1

Price of a compute unit for the transaction in micro-lamports (1 microLamport = 10⁻⁶ lamports).

string
required

Account address from which the nonce account is created.

string
required

Authority address that controls the nonce account.

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json