POST
/
offering-purchase-intent
/
validate
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"
    }
  }
}

Body

application/json
offeringId
string
required

The offering ID

Example:

"cmVhY3Rpb24vMTIzNA75"

walletAddress
string
required

The wallet address

Example:

"0x49a491f024dc14DA7e57705600182Ff51511B07e"

amount
number
required

The amount

Example:

100

Response

200
application/json
The offering purchase intent has been successfully validated
result
object
required

The result