Mixin Internal Address
GET /external/addresses/check
check a withdrawal address is valid or not
Endpoint URL
https://api.mixin.one/external/addresses/check
Example request
curl -i -X GET -H "Content-Type: application/json" https://api.mixin.one/external/addresses/check
Response
{
"data": {
"destination": "bc1qxevhcsrrth0muvnl6x9vry3a0p6pzmz359d3s5",
"tag": "",
},
}