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
.
Input | Mandatory | Type | Description |
---|---|---|---|
protocolName | ✅ | String | Protocol on which the digital passport has been minted. Dig deeper into Arianee Protocols. |
smartAssetId | ✅ | Number | Digital passport identification number to claim. |
passphrase | ✅ | String | Digital passport passphrase. |
Example:
{
"protocolName": "testnet",
"smartAsset" : {
"id": "33491174"
}
}
Result:
httpCode | Description |
---|---|
200 | Link returned. |
{
"link": "https://test.arian.ee/33491174,ombwfl2suu5m"
}
Updated 11 months ago