/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"
}

For more information, read our dedicated documentation.

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!