post https://example.com/calldata
This endpoint will be called by MoonPay to generate calldata required to conduct NFT purchase on chain.
Log in to see full request history
Response
This endpoint will be called by MoonPay to generate calldata required to conduct NFT purchase on chain.
xxxxxxxxxx
curl --request POST \
--url https://example.com/calldata \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"calldata": "string",
"contractAddress": "string"
}