v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

transferReceipt

The transferReceipt query will return a link to a pdf receipt for the transfer

post/graphql (34 disregard)

Request body

querystring

Response

200

Example response

{
  "data": {
    "transferReceipt": {
      "link": "https://link-to-pdf-receipt",
      "link_expiration": "2021-11-04T16:34:45.976Z"
    }
  }
}