Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created April 11, 2022 09:11
Show Gist options
  • Save evanVtatum/d1431893271f3da504dd8713b97176c0 to your computer and use it in GitHub Desktop.
Save evanVtatum/d1431893271f3da504dd8713b97176c0 to your computer and use it in GitHub Desktop.
NFT Express custom mint
curl --location --request POST 'https://api-us-west1.tatum.io/v3/nft/mint/' \
--header 'Content-Type: application/json' \
--header 'x-api-key: cf5ad61b-40a3-4ac2-a72c-dab397e25e3e_100' \
--data-raw '{
"to": "0x4a08bf00f83e6ada9a243dbf04a51aae10f1526b",
"url": "ipfs://bafkreibiqkirqhb3c7evrezmbhrzeupky7exycgeqmqrylxlkngwcy2oe4",
"minter": "0x542b9ac4945a3836fd12ad98acbc76a0c8b743f5",
"contractAddress":"0xcd2ada00c48a27faa5cc67f9a1ed55b89ddf7f77",
"tokenId": "123123123",
"chain": "MATIC"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment