NFT Promotion

Get the deployed NFT badge promotion detail

NFT Promotion

GET /api/v1/oauth2/nft/get_nft_promotion

Query String: ?nft_id={nft_id}

Headers

NameTypeDescription

Access-Token*

String

access token

{
  "code": 200,
  "data": {
    "app_id": "63846966b2a1455e64da926b",
    "banner": "https://metis-middleware-us-east-2.s3.amazonaws.com/e3f1630ad32d470cbf0883e313bf248b",
    "claim": "How to Claim",
    "contract_address": "0x9D2D9e1970d38F8ac6029F8F40f1BBB35E618073",
    "discord_url": "https://xxx.xxx",
    "eligibility": "Eligibility",
    "event_url": "https://xxx.xxx",
    "introduction": "Introduction",
    "levels": [
      {
        "desc": "level1 Introduction",
        "level": 1,
        "rp": 10
      },
      {
        "desc": "level2 Introduction",
        "level": 2,
        "rp": 20
      }
    ],
    "mint_start_date_ts": 1669680000,
    "nft_id": "638568b4b2a14553a4fdf121",
    "telegram_url": "https://xxx.xxx",
    "twitter_url": "https://xxx.xxx"
  },
  "message": "",
  "msg": "",
  "msgTitle": null
}

Last updated