Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lgs/18223eacdf10c6b490431eb7d67b3fb3 to your computer and use it in GitHub Desktop.
Save lgs/18223eacdf10c6b490431eb7d67b3fb3 to your computer and use it in GitHub Desktop.
Generate NFT Marketplace Polygon
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