Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created August 23, 2021 15:13
Show Gist options
  • Save evanVtatum/a2f4be181ef45a8751a250c37edb6010 to your computer and use it in GitHub Desktop.
Save evanVtatum/a2f4be181ef45a8751a250c37edb6010 to your computer and use it in GitHub Desktop.
Buy an asset on NFT marketplace
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 '{
"contractAddress": "0x4153B909f55B0Ec43c11e980dF09b853477D9F79",
"listingId": "1200",
"amount": "0.002",
"chain": "MATIC",
"fromPrivateKey": "0xf09110a0aae3dddba3d722c6c629fb08082963d8ed38afaf25cfce084c22e3d2"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment