Interface Description:
- Get Market List of Contract Trading Market
Request URL:
https://apiv2.bitz.com/Market/getContractCoin
Request Mode:
Parameter:
Parameter |
Required |
Type |
Comment |
contractId |
false |
int |
Contract ID |
Request Example:
https://apiv2.bitz.com/Market/getContractCoin?contractId=101
Example of Return Result:
{
"status":200,
"msg":"",
"data":[
{
"contractId":"101",
"symbol":"BTC",
"settleAnchor":"USDT",
"quoteAnchor":"USDT",
"contractAnchor":"BTC",
"contractValue":"0.00100000",
"pair":"BTC_USDT",
"expiry":"0000-00-00 00:00:00",
"maxLeverage":"100",
"maintanceMargin":"0.00500000",
"makerFee":"-0.00030000",
"takerFee":"0.00070000",
"settleFee":"0.00070000",
"priceDec":"1",
"anchorDec":"2",
"status":"1",
"isreverse":"-1",
"allowCross":"1",
"allowLeverages":"2,5,10,15,20,50,100",
"maxOrderNum":"50",
"maxAmount":"5000",
"minAmount":"1",
"maxPositionAmount":"5000"
}
],
"time":1562059174,
"microtime":"0.05824800 1562059174",
"source":"api"
}