POST
/
v1
/
ramp
/
address
/
validate
Validate Blockchain Address
curl --request POST \
  --url https://api.me-cash.com/v1/ramp/address/validate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "blockchain": "MATIC",
  "address": "0x..."
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Body

application/json · object

Response

200

Address validation result.