v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Address

get/address/{address_id}

Path parameters

address_idstring required

Response

200

messagestring
{"stackTrail":"paths:/address/{address_id}:get:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "9ad8f34da5c511eda9df0242ac110002",
    "holder_id": "c74e1876a59911eda9df0242ac110002",
    "holder_type": "business",
    "label": "Wallet Funding Address",
    "code": "0x5B3405F412fde6aad9eA51E9002D477f6005C75a",
    "currency": "USDT",
    "network": "ERC20",
    "status": "active",
    "created_at": "2023-02-06T02:26:04Z",
    "updated_at": "2023-02-06T02:32:18Z"
  },
  "message": "Address retrieved successfully",
  "status": "success"
}