post https://custody.arianee.com/{client}/{network}/nft/createProofLink
This endpoint allows you to create a proof link for a specific digital passport within a given network.
Request Body
protocolName
: (String) The name of the protocol.smartAsset.id
: (String) The ID of the smart asset.
Response
Upon a successful request, the API will respond with a proof link in the following format:
{
"proofLink": "https://example.com/proof/123456,proofId"
}