Skip to main content

Read Withdrawal Address

GET /addresses/:addr_id

Get an address by :addr_id

Endpoint URL

 https://api.mixin.one/addresses/:addr_id

Authentication and options

Authorization
Authorized
LimitationNo limitation

Parameters

addr_id
*required
the address' id which you are requesting for

Example request

curl -i -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/addresses/ba3a2e33-efde-40b9-9cac-c293f0d1a3f2
Response
{
"data":{
"type": "address",
"address_id": "e1524f3c-2e4f-411f-8a06-b5e1b1601308",
"asset_id": "43d61dcd-e413-450d-80b8-101d5e903357",
"destination":"0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0",
"tag": "",
"label": "Eth Address",
"fee_asset_id": "43d61dcd-e413-450d-80b8-101d5e903357",
"fee": "0.016",
"reserve": "0",
"dust": "0.0001",
"updated_at": "2018-07-10T03:58:17.5559296Z"
}
}