Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created August 23, 2021 14:56
Show Gist options
  • Save evanVtatum/f601c9a18de1c599606ca6c37316074b to your computer and use it in GitHub Desktop.
Save evanVtatum/f601c9a18de1c599606ca6c37316074b 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