Forked from evanVtatum/Generate NFT Marketplace Polygon
Created
September 5, 2021 09:05
-
-
Save lgs/18223eacdf10c6b490431eb7d67b3fb3 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