Skip to main content

Mixin Internal Address

GET /external/addresses/check

First, it is free that transfer token between Messenger Users. If a withdrawal address belongs to a Messenger user, the withdrawal will not need fee too. The api is used to check whether an address belongs to Mixin User or not.

Endpoint URL

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

Authentication and options

AuthorizationPublic Access
LimitationNo limitation

Parameters

asset_id
*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": "",
"fee": "0.00001"
},
}