Skip to main content
POST
/
offering-purchase-intent
/
validate
{
  "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

The offering purchase intent has been successfully validated

result
object
required

The result

I