23 Oct 19th
- New endpoints for PB Trading API were updated.
- LTP API is upgraded.
- LTP API V2 is the upgraded version of LTP API V1 by allowing access of trading endpoints. LTP API V2 is both applicable to PB Trading and DMA features, while LTP API V1 is only applicable to DMA features.
- Attention: If your LTP API was opened after 2023-Oct-19th, you will be using the authentication of LTP API V2 only. For users who created their LTP API before 2023-Oct-19th, you can still utilize LTP API V1 for DMA features. If you wish to begin using PB trading, you must first inform your account manager to obtain permission. Afterward, you will need to use the example code of LTP API V2 for authentication.
23 Oct 12th
Update endpoints:
GET /api/v1/userWithdrawAddress/list
: Add response fieldmemo
POST /api/v1/userWithdrawRecord/apply
:Add request fieldmemo
GET /api/v1/userWithdrawRecord/list
: Add response fieldmemo
23 Oct 10th
New endpoints for Clearloop was updated including Lock, Unlock and HistoryPage.
POST /api/v1/cltradingaccount/lock
: lock your asset from Clearloop trading account to target exchange sub account.POST /api/v1/cltradingaccount/unlock
: Unlock your assets from exchange to Clearloop trading account.GET /api/v1/cltradingaccount/list
: Query lock and unlock history
Update endpoint: GET /api/v1/tradeAccount/list
- Add response field :
label
- Change response field
exchange
->venues
23 Jul 18th
The API documentation for LTP was migrated from GitBook to Readme.