Spot Basic Info Endpoints
Check Server Time
Rate limit rule: 20 request/2s
HTTP Request Check server time
GET /api/spot/v1/public/time
Response:
Coin Basic Information
Rate limit rule: 20 request/2s
HTTP Request get all coins information on the platform
GET /api/spot/v1/public/currencies
Response:
Response Field
Field | Description |
---|---|
coinId | Currency ID |
coinName | Currency name |
transfer | Is it possible to transfer |
chains | |
> chain | Chain name |
> needTag | Is tag needed |
> withdrawAble | Withdrawable or not |
> rechargeAble | Is it possible to deposit |
> withdrawFee | Withdrawal fee |
> depositConfirm | Deposit no. of confirmation block |
> withdrawConfirm | Withdrawal no. of confirmation block |
> minDepositAmount | Minimum deposit Amount |
> minWithdrawAmount | Minimum withdrawal Amount |
> browserUrl | Blockchain browser url |
Get All Coin Pairs Information
Rate limit rule: 20 request/1s
HTTP Request get basic configuration information of all trading pairs
GET /api/spot/v1/public/products
Response:
Response Field
Field | Description |
---|---|
symbol | Coin pair |
baseCoin | Base coin |
quoteCoin | Quote coin |
minTradeAmount | Minimum trade size |
maxTradeAmount | Maximum trade size |
takerFeeRate | Taker fee rate |
makerFeeRate | Maker fee rate |
priceScale | Pricing scale |
quantityScale | Quantity scale |
status | Status |
Get Coin Pairs Information By Symbol
Rate limit rule: 20 request/1s
HTTP Request
GET /api/spot/v1/public/product
Request parameter
Parameters | Type | Required | Description |
---|---|---|---|
symbol | String | Yes | Name of Currency pair |
Response:
Response Field
Field | Description |
---|---|
symbol | Currency pair |
baseCoin | Base Currency |
quoteCoin | Quote Currency |
minTradeAmount | Minimum trade size |
maxTradeAmount | Maximum trade size |
takerFeeRate | Taker fee rate |
makerFeeRate | Maker fee rate |
priceScale | Pricing scale |
quantityScale | Quantity scale |
status | Status |
Last updated