get https://api.liquiditytech.com/api/v1/trading/portfolio
Retrieve trading portfolio list under primary user.
Tips
Applies to primary user's API Key only. Permission: Read
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
portfolioId | Long | N | portfolio id |
name | String | N | portfolio name |
belongingTo | Integer | N | 0:MainPortfolio; 2:Other Trading Portfolio |
page | Integer | N | Current page, default=1, the min value=1 |
pageSize | Integer | N | Page size, default=100, the max value=1000 |
Response
Field name | Type | Remarks |
---|---|---|
portfolioId | Long | portfolioId |
name | String | name |
belongingTo | Integer | 0:MainPortfolio; 2:Other Trading Portfolio |
createAt | Long | create timestamp |
updateAt | Long | update timestamp |