Create Request Ownership Link

As a brand, you wish to allow your users to generate a link to make their digital passport claimable for another user.

Workflow

Let's start 🚀

⚠️

  • The user must be the digital passport owner.
  • The link is valid as long as it has not been overwritten by the generation of a new link, and as long as the transfer has not been triggered.

URL

To create a link to transfer the ownership of a digital passport, use https://custody.arianee.com/{{client}}/{{network}}/nft/createTransferLink.

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

Body

FieldTypeRequiredDescription
protocolNameString - testnet, mainnet, arianeetestnet, mumbai, polygon, arialabs, stadetoulousain, ysl, testnetSbt, arianeeSupernet, arianeesbt, tezostestnet, supernettestnetProtocol on which the digital passport has been minted.
Dig deeper into Arianee Protocols.
smartAssetIdNumberDigital passport identification number to claim.
passphraseStringDigital passport passphrase.
{
    "protocolName": "testnet",
    "smartAsset" : {
        "id": "33491174"
    }
}

Return Payload

Status CodeSuccessDescription
200trueLink returned.
{
    "link": "https://test.arian.ee/33491174,ombwfl2suu5m"
}

🚀

The user can now claim the digital passport!