---
title: "Returns an address for wallet validation"
method: GET
path: "/GetWalletValidationAddress/{apikey}/{validationname}"
tags: ["GetWalletValidationAddress"]
---

# Returns an address for wallet validation

`GET /GetWalletValidationAddress/{apikey}/{validationname}`

When you call this API, you will receive an address for a wallet validation. The user can send any ada to this address and the ada (and tokens) will sent back to the sender. With the function CheckWalletValidation you can check the state of the address

## Path parameters

- `apikey` string, required
- `validationname` string, required

## Response `200`

Returns the GetWalletValidationAddressResultClass Class

- GetWalletValidationAddressResultClass
  - `validationUId` string, nullable
  - `address` string, nullable
  - `expires` string, date-time
  - `lovelace` integer

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `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)
