ApiDapp

ApiDapp

We will use the ApiDapp REST interface to mint and publish "API Demo Token" NFT on Polygon Blockchain.
                  {
    "data": {
        "id": "0xFe8308B18C7b3F80959a902e754Cf4569556145e",
        "interface_url": "https://s3.amazonaws.com/bkp2018/RespectCoin.json",
        "from": "0xf45ae7b2e1c95313abf1701730b7bf411d2f9dbe",
        "action": "call",
        "method": "balanceOf",
        "arg": [
            "0xf45ae7b2e1c95313abf1701730b7bf411d2f9dbe"
        ],
        "password": "test123",
        "amount": 10
    }
}
              

Response example. If you want to see more check the documentation.

We will use the API Dapp REST interface to mint and publish "API Demo Token" NFTs on the Polygon blockchain.

  • The API will generate metadata and publish it to IPFS storage.
  • The API will mint the NFT and transfer it to the "nft_recipient" account.
  • An optional "callback_url" parameter can be used to get notifications about the progress.