Skip to main content

Mixin Internal Address

GET /external/addresses/check

check a withdrawal address is valid or not

Endpoint URL

 https://api.mixin.one/external/addresses/check

Authentication and options

AuthorizationPublic Access
LimitationNo limitation

Parameters

asset
*required
asset uuid
destination
*required
withdraw address, such as btc: bc1qxevhcsrrth0muvnl6x9vry3a0p6pzmz359d3s5, eos: mixinwitheos
tagoptional,like memo in eos

Example request

curl -i -X GET -H "Content-Type: application/json"  https://api.mixin.one/external/addresses/check
Response
{
"data": {
"destination": "bc1qxevhcsrrth0muvnl6x9vry3a0p6pzmz359d3s5",
"tag": "",
},
}