Pair list
method url:/api/third/info/pairs
request type:GET
request param:
param_name
param note
type
required
data type
schema
response param:(list)
param_name
param note
type
schema
id
integer(int64)
makerTradeFeeRate
%
number
settleCoinId
integer(int64)
settleCoinName
string
settleDecimal
integer(int32)
symbol
string
takerTradeFeeRate
%
number
tradeCoinId
integer(int64)
tradeCoinName
string
tradeDecimal
integer(int32)
swapCoinId
integer(int64)
swapCoinName
string
isDual
boolean
faceMultiplier
number
isDelivery
boolean
not support
deliveryTime
integer(int64)
not support
deliveryMarketPrice
number
not support
deliveryStatus
integer(int32)
not support
pair
string
minCount
number
maxCount
number
example:
1 Set request parameters, query params:
2 Assemble the complete request
curl --location 'https://zk-test.satori.finance/api/third/info/pairs'
3 Return results
{
"error": false,
"code": 200,
"msg": "SUCCESS",
"data": [
{
"id": 1,
"tradeCoinId": 2,
"tradeCoinName": "ETH",
"tradeDecimal": 3,
"priceDecimal": 2,
"settleDecimal": 6,
"settleCoinId": 4,
"settleCoinName": "USD",
"swapCoinId": 2,
"swapCoinName": null,
"symbol": "ETH-USD",
"classifyId": null,
"visible": 0,
"tradable": true,
"status": null,
"sort": null,
"isDual": false,
"faceMultiplier": "1",
"isDelivery": false,
"deliveryTime": null,
"deliveryMarketPrice": null,
"deliveryStatus": null,
"takerTradeFeeRate": "0.06",
"makerTradeFeeRate": "0.04",
"pair": "ETH-USD",
"minCount": "0.01",
"maxCount": "1000000",
"brandExchange": null,
"preMarket": null,
"initMarkPrice": null,
"releaseTime": null,
"createTime": null
},
{
"id": 2,
"tradeCoinId": 1,
"tradeCoinName": "BTC",
"tradeDecimal": 3,
"priceDecimal": 1,
"settleDecimal": 6,
"settleCoinId": 4,
"settleCoinName": "USD",
"swapCoinId": 1,
"swapCoinName": null,
"symbol": "BTC-USD",
"classifyId": null,
"visible": 0,
"tradable": true,
"status": null,
"sort": null,
"isDual": false,
"faceMultiplier": "1",
"isDelivery": false,
"deliveryTime": null,
"deliveryMarketPrice": null,
"deliveryStatus": null,
"takerTradeFeeRate": "0.06",
"makerTradeFeeRate": "0.04",
"pair": "BTC-USD",
"minCount": "0.001",
"maxCount": "1000000",
"brandExchange": null,
"preMarket": null,
"initMarkPrice": null,
"releaseTime": null,
"createTime": null
},
{
"id": 3,
"tradeCoinId": 5,
"tradeCoinName": "MATIC",
"tradeDecimal": 1,
"priceDecimal": 4,
"settleDecimal": 6,
"settleCoinId": 4,
"settleCoinName": "USD",
"swapCoinId": 5,
"swapCoinName": null,
"symbol": "MATIC-USD",
"classifyId": null,
"visible": 0,
"tradable": true,
"status": null,
"sort": null,
"isDual": false,
"faceMultiplier": "1",
"isDelivery": false,
"deliveryTime": null,
"deliveryMarketPrice": null,
"deliveryStatus": null,
"takerTradeFeeRate": "0.06",
"makerTradeFeeRate": "0.04",
"pair": "MATIC-USD",
"minCount": "10",
"maxCount": "1000000",
"brandExchange": null,
"preMarket": null,
"initMarkPrice": null,
"releaseTime": null,
"createTime": null
}
],
"sid": "1798296308348452865"
}
Last updated