v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Solana

Get the Blockdaemon nonce account

Get the Blockdaemon nonce account associated provided delegator_address

get/v2/solana/{network}/nonce-account/{delegator_address}

Path parameters

networkstring required
Example:mainnet

The target Solana network (allowed 'mainnet' or 'testnet').

delegator_addressstring required
Example:75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79

The address of the account associated to the Blockdaemon nonce account.

Response

OK

networkstring

The target Solana network (allowed 'mainnet' or 'testnet').

nonce_accountstring required

The address of the nonce account.

nonce_account_authoritystring required

The address of the nonce account authority.

Example response

{
  "network": "mainnet",
  "nonce_account": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
  "nonce_account_authority": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}