Create Request Ownership Link

Allow your users to generate a claiming link.

Before you begin

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

⚠️

The user must be the digital passport owner.

Let's start 🚀

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

InputMandatoryTypeDescription
protocolNameStringProtocol on which the digital passport has been minted.
Dig deeper into Arianee Protocols.
smartAssetIdNumberDigital passport identification number to claim.
passphraseStringDigital passport passphrase.

Example:

{
    "protocolName": "testnet",
    "smartAsset" : {
        "id": "33491174"
    }
}

Result:

httpCodeDescription
200Link returned.
{
    "link": "https://test.arian.ee/33491174,ombwfl2suu5m"
}