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 11 months ago