---
title: "Get the Blockdaemon nonce account"
method: GET
path: "/v2/solana/{network}/nonce-account/{delegator_address}"
tags: ["Solana"]
---

# Get the Blockdaemon nonce account

`GET /v2/solana/{network}/nonce-account/{delegator_address}`

Get the Blockdaemon nonce account associated provided delegator_address

## Path parameters

- `network` string, required
- `delegator_address` string, required

## Response `200`

OK

- SolanaGetNonceAccountResponse
  - `network` string — The target Solana network (allowed 'mainnet' or 'testnet').
  - `nonce_account` string, required — The address of the nonce account.
  - `nonce_account_authority` string, required — The address of the nonce account authority.

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
