cURL
curl --request POST \ --url https://api.decentri.org/offering-purchase-intent/validate \ --header 'Content-Type: application/json' \ --data '{ "offeringId": "cmVhY3Rpb24vMTIzNA75", "walletAddress": "0x49a491f024dc14DA7e57705600182Ff51511B07e", "amount": 100 }'
{ "result": { "status": "success", "data": { "message": "The offering purchase intent has been successfully validated" } } }
Validate offering purchase intent
The offering ID
"cmVhY3Rpb24vMTIzNA75"
The wallet address
"0x49a491f024dc14DA7e57705600182Ff51511B07e"
The amount
100
The offering purchase intent has been successfully validated
The result
Show child attributes