Get the Blockdaemon nonce account
API Reference
Parameters
network
- Type: string
- Required: Yes
- Description: The target Solana network (allowed 'mainnet' or 'testnet').
delegator_address
- Type: string
- Required: Yes
- Description: The address of the account associated to the Blockdaemon nonce account.
Responses
200 OK
400 Invalid request.
401 Header 'X-API-Key' missing.
404 Resource not found
500 Internal server error.
Example Request
curl --request GET \
--url https://svc.blockdaemon.com/sia/v2/solana/network/nonce-account/delegator_address \
--header 'accept: application/json'
Response Codes
200400401404500
Updated 2 months ago