claimInstantClaimableLot

initiates delivery for NFTs reserved in getInstantClaimableLot

Sample Request

mutation ClaimInstantClaimableLot($lotId: UUID1!){
  claimInstantClaimableLot(lotId: $lotId){
    invoiceID
    items{
      nftDetails{
        title
        description
        onChainId
        contractAddress
        balance
        metadataJSON
      }
    }
  }
}

Sample Variable

{
  "lotId": "feeca8d0-bb56-4b84-a27d-fdc6b82cfd8d"
}

Sample Response

{
  "data": {
    "getInvoiceDetails": {
      "invoiceID": "f18f18c2-d620-4f94-aa95-2bf1b01fe554",
      "items": [
        {
          "nftDetails": {
            "title": "GNT#2",
            "description": null,
            "onChainId": null,
            "contractAddress": "0xC5653B7520d6e341E0eEee5e442972269d048f96",
            "balance": null,
            "metadataJSON": "{\"name\":\"GNT#2\",\"description\":\"Each NFT within the collection is unique and cannot be replicated or duplicated. It ensures the authenticity and scarcity of the digital car representation, mimicking the characteristics of rare or limited-edition physical cars.\",\"image\":\"https://storage.googleapis.com/mojito-dev-public/organizations/5eb26a32-2a2f-4f4a-88fa-e92fad02b67d/images/3ae71abc-e869-4364-87e3-3ccb139d9e30.jpeg?z=1\",\"attributes\":[{\"name\":\"Vehicle Model\",\"value\":\"Beast IMM 18\"},{\"name\":\"Vehicle Color\",\"value\":\"Silver\"},{\"name\":\"Card Effect\",\"value\":\"Clear\"},{\"name\":\"Card Front\",\"value\":\"Brown\"},{\"name\":\"Card Back\",\"value\":\"Black\"},{\"name\":\"Era Name\",\"value\":\"Current\"},{\"name\":\"Construction Year\",\"value\":\"2023\"},{\"name\":\"Model Code\",\"value\":\"TBT 133\"},{\"name\":\"Number of cylinders\",\"value\":\"V10\"},{\"name\":\"Displacement\",\"value\":\"5 cc\"},{\"name\":\"Output\",\"value\":\"420 kW/600 PS\"},{\"name\":\"Top Speed\",\"value\":\"210 Km/h\"},{\"name\":\"Height\",\"value\":\"15mm\"},{\"name\":\"Width\",\"value\":\"20mm\"},{\"name\":\"Weight\",\"value\":\"100 Kgs\"},{\"name\":\"Number of seats\",\"value\":\"2\"}]}"
          }
        }
      ]
    }
  }
}

Arguments

NameTypeDescription
lotIdUUIDLot identifier

Fields

NameTypeDescription
N/AInvoiceDetailsThis objects contains all information about invoices