Check Proof Link
Let's start 🚀
Use the https://custody.arianee.com/{{client}}/{{network}}/nft/checkProofLink
.
Input | Mandatory | Type | Description |
---|---|---|---|
protocolName | ✅ | String | Protocol on which the digital passport has been minted. Dig deeper into Arianee Protocols. |
smartAsset → id | ✅ | Object | Digital passport identification number. |
Example:
{
"link": "https://test.arian.ee/proof/33491174,ss9t4d2yg1yl"
}
Result:
httpCode | Description |
---|---|
200 | The proofLink is checked and true is returned when the proofLink is valid. |
{
"valid": true,
"message": "Proof link is valid!",
"link": "https://test.arian.ee/proof/33491174,ss9t4d2yg1yl"
}
Updated almost 2 years ago