Retrieves the base set of account details for a given account ID
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "status": "OPEN",
- "asset_type_id": "string",
- "product_type": "CLIENT",
- "product_id": "string",
- "customer_id": "string",
- "current_balance": 0,
- "available_balance": 0
}
}