POST
/
blockchain
/
validate-address
curl --request POST \
  --url https://api.copper.co/platform/blockchain/validate-address \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "<string>",
  "currency": "<string>",
  "mainCurrency": "<string>",
  "memo": "<string>"
}'
{
  "address": "<string>",
  "currency": "<string>",
  "mainCurrency": "<string>",
  "memo": "<string>",
  "valid": true
}

Body

application/json

Response

200
application/json
OK

The response is of type object.