Check Proof Link

Let's start πŸš€

Use the https://custody.arianee.com/{{client}}/{{network}}/nft/checkProofLink.

InputMandatoryTypeDescription
protocolNameβœ…StringProtocol on which the digital passport has been minted.
Dig deeper into Arianee Protocols.
smartAsset β†’ idβœ…ObjectDigital passport identification number.

Example:

{
    "link": "https://test.arian.ee/proof/33491174,ss9t4d2yg1yl"
}

Result:

httpCodeDescription
200The 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"
}