Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created August 26, 2021 07:43
Show Gist options
  • Save evanVtatum/45885a820a6fe3a21b142061c0e6c054 to your computer and use it in GitHub Desktop.
Save evanVtatum/45885a820a6fe3a21b142061c0e6c054 to your computer and use it in GitHub Desktop.
Transfer NF(royal)T Celo
curl - location - request POST 'https://api-eu1.tatum.io/v3/nft/transaction' \- header 'x-api-key: YOUR_API_KEY' \
- header 'Content-Type: application/json' \
- data-raw '{
"tokenId": "1",
"chain": "CELO",
"value": "1",
"to": "0xfb99F8aE9b70A0C8Cd96aE665BBaf85A7E01a2ef",
"contractAddress": "0xd2A6B389eBE69208636B20b2abAcFC1eE0C3fF57","fromPrivateKey": "0x4874827a55d87f2309c55b835af509e3427aa4d52321eeb49a2b93b5c0f8edfb",
"feeCurrency": "CUSD"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment