Created
August 26, 2021 07:42
-
-
Save evanVtatum/b3e84a5da8d7ed9331d4be3e77df14c5 to your computer and use it in GitHub Desktop.
Mint NF(royal)T Celo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl - location - request POST 'https://api-eu1.tatum.io/v3/nft/mint' \ | |
- header 'x-api-key: YOUR_API_KEY' \ | |
- header 'Content-Type: application/json' \ | |
- data-raw '{ | |
"tokenId": "1", | |
"to": "0x8cb76aed9c5e336ef961265c6079c14e9cd3d2ea", | |
"chain": "CELO", | |
"contractAddress": "0xd2A6B389eBE69208636B20b2abAcFC1eE0C3fF57","cashbackValues": ["1"], | |
"authorAddresses": ["0x8cb76aed9c5e336ef961265c6079c14e9cd3d2ea"],"url": "https://my_token_data.com", | |
"fromPrivateKey": "0x4874827a55d87f2309c55b835af509e3427aa4d52321eeb49a2b93b5c0f8edfb", | |
"feeCurrency": "CUSD" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment