Retrieves a list of accounts given the filter parameters provided
page | integer <int32> Page of records to get (default 0 = first page) |
page_size | integer <int32> Records to return per page (default = 20) |
customer_id | string Account holder customer ID |
product_type | string
see account concepts for more details. |
status | string
|
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "accounts": [
- {
- "id": "string",
- "status": "OPEN",
- "asset_type_id": "string",
- "product_type": "CLIENT",
- "product_id": "string",
- "customer_id": "string",
- "current_balance": 0,
- "available_balance": 0
}
]
}, - "links": {
- "self": "string",
- "first": "string",
- "prev": "string",
- "next": "string",
- "last": "string"
}
}