Pair Params
Get futures pair parameters and user settings on PointPay Exchange.
Details
GET https://api.pointpay.io/fapi/v1/private/trade/pair-params/{pair}
Headers
X-TXC-APIKEY*
STRING
Public API key
X-TXC-PAYLOAD*
STRING
Base64-encoded request body
X-TXC-SIGNATURE*
STRING
HmacSHA512 signature of the request body
Path Parameters
pair*
STRING
Trading pair
BTCUSDT
Response parameters:
response contains:
symbol
STRING
Trading pair
displayName
STRING
Pair display name
baseCoin
STRING
Base coin
quoteCoin
STRING
Quote coin
launchTime
STRING
Pair launch time in milliseconds
fundingInterval
INTEGER
Funding interval in minutes
leverage
OBJECT
Allowed leverage range
price
OBJECT
Allowed price range
priceScale
STRING
Price precision scale
orderSize
OBJECT
Order size limits
settleCoin
STRING
Settlement coin
upperFundingRate
STRING
Upper funding rate limit
lowerFundingRate
STRING
Lower funding rate limit
riskParameters
OBJECT
Risk parameter ratios
takerFeeRate
STRING
Taker fee rate
makerFeeRate
STRING
Maker fee rate
user
OBJECT
Current user settings for the pair
leverage contains:
minLeverage
STRING
Minimum leverage
maxLeverage
STRING
Maximum leverage
leverageStep
STRING
Leverage step
price contains:
minPrice
STRING
Minimum price
maxPrice
STRING
Maximum price
tickSize
STRING
Price tick size
orderSize contains:
maxOrderQty
STRING
Maximum limit order size
minOrderQty
STRING
Minimum order size
maxMarketOrderQty
STRING
Maximum market order size
step
STRING
Order size step
minOrderAmount
STRING
Minimum order amount
riskParameters contains:
priceLimitRatioX
STRING
Price limit ratio X
priceLimitRatioY
STRING
Price limit ratio Y
user contains:
marginMode
STRING
User margin mode
leverage
STRING
User leverage
positionMode
STRING
User position mode
Response example:
Response example
Returned when the request is invalid.
Common reasons:
Invalid request format
Invalid headers
Last updated