get https://api.liquiditytech.com/api/v1/apiKey/portfolio
Retrieve trading portfolio's API List under the primary user
Tips
Applies to primary user's API Key only. Permission: Read.
Rate Limit: 3 requests per 10 seconds
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| portfolioId | Long | N | portfolioId |
| portfolioApiKey | String | N | portfolioApiKey |
| page | Integer | N | page |
| pageSize | Integer | N | pageSize |
Response
| Field name | Type | Remarks |
|---|---|---|
| portfolioId | Long | portfolioId |
| apiName | String | apiName |
| accessKey | String | accessKey |
| status | Integer | status: 1 normal, 2 frozen |
| ip | String | ip list |
| permission | String | READ; TRANSFER; WITHDRAW; TRADE |
| createdAt | Long | create timestamp |
| updatedAt | Long | updatedAt timestamp |
