---
title: "Returns the result of a wallet validation"
method: GET
path: "/CheckWalletValidation/{apikey}/{validationuid}/{lovelace}"
tags: ["CheckWalletValidation"]
---

# Returns the result of a wallet validation

`GET /CheckWalletValidation/{apikey}/{validationuid}/{lovelace}`

Here you can check the result of a wallet validation. The result are "notvalidated", "validated","expired"

## Path parameters

- `apikey` string, required
- `validationuid` string, required
- `lovelace` integer, required

## Response `200`

Returns the CheckWalletValidationResultClass Class

- CheckWalletValidationResultClass
  - `validationResult` string, nullable
  - `senderAddress` string, nullable
  - `stakeAddress` string, nullable
  - `lovelace` integer
  - `validationaddress` string, nullable
  - `validUntil` string, date-time
  - `validationName` string, nullable

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal server error - see the errormessage in the result

---

[API](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated.md) · [All operations](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmkr/nmkr-studio-api-mainnet-deprecated/revisions/e8a273d527a4/schema)
