v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBSolana
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
Example response
{
"network": "mainnet",
"nonce_account": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79",
"nonce_account_authority": "75q6kcecNQhawj1dCmPWhfootfQBnZh7iWnNjoXTJv79"
}