v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

List Addresses

get/address

Query parameters

pageinteger
per_pageinteger
fromstring date
tostring date
holder_type'person' | 'business'
currency'USD' | 'NGN'
status'active' | 'inactive'

Response

200

messagestring
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": "Addresses retrieved successfully",
  "meta": {
    "per_page": 20,
    "page": 1,
    "count_total": 1,
    "page_total": 1
  },
  "status": "success"
}