Claim Digital Passport

As a brand, you wish to distribute digital passports. To get ownership, your customers must claim these digital passports which will be stored in their wallet. We manage wallet creation based on blockchain transactions. Your users will get their own secured wallet for the first digital passport claimed.

Workflow

Let's start 🚀

⚠️

We do not recommend to create wallet for all customers if they do not own a digital passport.

URL

To fetch the authenticity, use https://custody.arianee.com/{{client}}/{{network}}/nft/claim.

POST - https://custody.arianee.com/{{client}}/{{network}}/nft/claim

Body

FieldTypeRequiredDescription
linkStringDigital passport deeplink.
{
    "link": "https://test.arian.ee/967188109,nu8vy7848wn2"
}

Return Payload

Status CodeSuccessDescription
200trueThe digital passport transaction has been sent to the blockchain, the wallet is the new digital passport owner.
{
    "success": true
}

Errors

Status CodeSuccessDescription
400falseThe link is not valid.
500falseThe digital passport link could not be retrieved.
{
    "success": false,
    "error": "The link is not a valid URL"
}
{
    "success": false,
    "error": "Could not retrieve a smart asset from this link: https://test.arian.ee/922197706,j127dzcwq7t3"
}