Check Proof Link

URL

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

POST - https://custody.arianee.com/{{client}}/{{network}}/nft/checkProofLink

Body

FieldTypeRequiredDescription
protocolNameString - testnet, mainnet, arianeetestnet, mumbai, polygon, arialabs, stadetoulousain, ysl, testnetSbt, arianeeSupernet, arianeesbt, tezostestnet, supernettestnetProtocol on which the digital passport has been minted.
Dig deeper into Arianee Protocols.
smartAssetidObjectDigital passport identification number.
{
    "link": "https://test.arian.ee/proof/33491174,ss9t4d2yg1yl"
}

Return Payload

Status CodeSuccessDescription
200trueThe 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"
}