What's Changed
- feat: Added some APIs by @GannicusZhou in #63
Full Changelog: v1.1.0...v1.1.1
[1.1.1] - 2024-11-12
Added
- Spot High-Frequency Upgrade: All users can now use high-frequency interfaces without a whitelist. The system is more stable, and the rate limits are more relaxed.
- User Type API: Added
GET /api/v1/hf/accounts/opened
to determine the user type. - Fetch Announcements API: Added
GET /api/v3/announcements
to retrieve news and announcements.
Modified
- Get Currency Details API:
GET /api/v3/currencies/{currency}
now includes additional fields:withdrawPrecision
,needTag
,maxWithdraw
, andmaxDeposit
. - Get Currency List API:
GET /api/v3/currencies
now includes additional fields:withdrawPrecision
,needTag
,maxWithdraw
, andmaxDeposit
.
Deprecated
- Get Deposit Address API: Deprecated
GET /api/v1/deposit-addresses
, replaced byGET /api/v3/deposit-addresses
. - Get Deposit Address API (V2): Deprecated
GET /api/v2/deposit-addresses
, replaced byGET /api/v3/deposit-addresses
. - Apply for Deposit Address API: Deprecated
POST /api/v1/deposit-addresses
, replaced byPOST /api/v3/deposit-address/create
. - Apply for Withdrawal API: Deprecated
POST /api/v1/withdrawals
, replaced byPOST /api/v3/withdrawals
.