Created
August 23, 2021 15:13
-
-
Save evanVtatum/a2f4be181ef45a8751a250c37edb6010 to your computer and use it in GitHub Desktop.
Buy an asset on NFT marketplace
This file contains hidden or 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 '{ | |
"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