---
title: "Retrieve NFT Claim Transaction"
method: POST
path: "/v2/nfts/{mintAddress}/claim"
tags: ["NFTs"]
---

# Retrieve NFT Claim Transaction

`POST /v2/nfts/{mintAddress}/claim`

## Path parameters

- `mintAddress` string, required — Base-58 encoded string representing an on-chain address

## Request body

- object
  - `claimerAddress` string
  - `payerAddress` string
  - `otp` string

## Response `200`

Encoded & serialized transaction to be signed by the claimer's wallet

- object
  - `transaction` string, required — Encoded & serialized transaction to be signed by the claimer's wallet

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/revisions/714574b82cc5/schema)
