直达内容

Mixin 内部地址

GET /external/addresses/check

检查一个提现地址是否合法

API 端点 URL

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

授权和其他选项

授权公开访问
限制No limitation

参数

asset
*必须
资产的 uuid
destination
*必须
资产的提现地址, 例如 btc: bc1qxevhcsrrth0muvnl6x9vry3a0p6pzmz359d3s5, eos: mixinwitheos
tag非必选,例如 eos 的备注 (memo)

请求示例

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