# Get a wallet nonce/sequence

Get blockchain nonce/sequence of a specific wallet by ID

Endpoint: GET /v2/vaults/{vaultId}/wallets/{walletId}/sequence
Version: 2.0
Security: TokenAuth

## Path parameters:

  - `vaultId` (string, required)
    The vault ID

  - `walletId` (string, required)
    The wallet ID

## Response 200 fields (application/json):

  - `sequence` (string)
    The wallets nonce/sequence
    Example: "2"

## Response 400 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (array)

  - `details.@type` (string)


