Preview NFT Drop

Preview NFT Claim Order

Preview drop

post
Path parameters
user_uuidstringRequired

UUID of the user

Body
quantityintegerOptional
listing_uuidstringOptional
payment_modeobject · enumOptionalExample: FIATPossible values:
Responses
200
Successful response
application/json
post
POST /api/v1/user/{user_uuid}/orders/claim-nft/preview HTTP/1.1
Host: www.developer.metasky.me
Content-Type: application/json
Accept: */*
Content-Length: 93

{
  "quantity": 2,
  "listing_uuid": "tanuki-drop-5e04-46b1-ab8d-ced3b1be8241",
  "payment_mode": "FIAT"
}
{
  "data": {
    "secure_action_required": true,
    "secure_action_mode": "email",
    "secure_action_identifier": "raider@metasky.ai",
    "order_uuid": "61c8f27a-442f-4d9e-a5b9-1463a80f46c3",
    "listing_uuid": "tanuki-drop-5e04-46b1-ab8d-ced3b1be8241",
    "quantity": 1,
    "payment_required": true,
    "payment_mode": "FIAT",
    "payment_details": {
      "final_price": {
        "symbol": "ETH",
        "value": 0.01,
        "fiat_equivalent": [
          {
            "symbol": "USD",
            "value": 20
          },
          {
            "symbol": "INR",
            "value": 1600
          },
          {
            "symbol": "JPY",
            "value": 3000
          }
        ]
      },
      "base_price": {
        "value": 0.0055,
        "symbol": "ETH",
        "fiat_equivalent": [
          {
            "symbol": "USD",
            "value": 10
          },
          {
            "symbol": "INR",
            "value": 800
          },
          {
            "symbol": "JPY",
            "value": 1500
          }
        ]
      },
      "fees": [
        {
          "type": "network_fees",
          "value": 0.0055,
          "symbol": "ETH",
          "coins_worth": [
            {
              "symbol": "USD",
              "value": 10
            },
            {
              "symbol": "INR",
              "value": 800
            },
            {
              "symbol": "JPY",
              "value": 1500
            }
          ]
        }
      ]
    }
  },
  "status": "success",
  "request_id": "7e0c3676-82c9-43dc-8678-61bc4aa7c72c",
  "message": "Preview drop successful"
}

Last updated

Was this helpful?