Last updated 1 year ago
Address for the NFT's or token's mint account
"EBeLw5jEdrEgDe17BdKGW2MizzGxtxigEuAGvYC7VzDp"
^[A-HJ-NP-Za-km-z1-9]*$
Link to claim the Managed NFT
const response = await fetch('https://api.underdogprotocol.com/v1/nfts/:mintAddress/claim', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "link": "text" }