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
address
string
required
currency
string
required
mainCurrency
string
memo
string

Response

200
application/json
OK
valid
boolean
required
address
string
currency
string
mainCurrency
string
memo
string