Created
August 23, 2021 14:56
-
-
Save evanVtatum/f601c9a18de1c599606ca6c37316074b to your computer and use it in GitHub Desktop.
Generate NFT Marketplace Polygon
This file contains 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/blockchain/marketplace/listing' \ | |
--header 'Content-Type: application/json' \ | |
--header 'x-api-key: YOUR_API_KEY' \ | |
--data-raw '{ | |
"feeRecipient": "0x8cb76aEd9C5e336ef961265c6079C14e9cD3D2eA", | |
"marketplaceFee": 250, | |
"chain": "MATIC", | |
"fromPrivateKey": "0x37b091fc4ce46a56da643f021254612551dbe0944679a6e09cb5724d3085c9ab" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment