π»API
General API Information
Apis
GET /v2/quote/market/contracts{
"code": 0,
"msg": "Success",
"data": [
{
"contract_index": 1,
"ticker_id": "BTC-USDC", //Identifier of a ticker with delimiter to separate base/target, eg. BTC-PERP
"base_currency": "BTC", //Symbol/currency code of base pair, eg. BTC
"target_currency": "USDC", //Symbol/currency code of target pair, eg. ETH
"last_price": 61681.74480976, //Last transacted price of base currency based on given target currency
"base_volume": 1758.7498, //24 hour trading volume in base pair volume
"target_volume": 108836479.78206, //24 hour trading volume in target pair volume
"high": 62748.59803949, //Rolling 24-hours highest transaction price
"low": 61133.51105089, //Rolling 24-hours lowest transaction price
"product_type": "Perpetual", //What product is this? Futures, Perpetual, Options?
"open_interest": 3.827820648391355e+51, //The open interest in the last 24 hours in contracts
"index_price": 61681.74480976, //Underlying index price
"index_name": "BTC", //Name of the underlying index if any
"index_currency": "USDC", //Underlying currency for index
"funding_rate": 0.00003708, //Current funding rate
"next_funding_rate": 0.00002753, //Upcoming predicted funding rate
"next_funding_rate_timestamp": 1715738400000 //Timestamp of the next funding rate change
}
]
}Name
Type
Mandatory
Description
Liquidity Management:
Add Liquidity
Adding liquidity for others:
Add liquidity, using ETH:
Removing Liquidity
Removing Liquidity and Specifying Another Receiver
Multicall Contract
Support for ETH
Position Management
Retrieve Trading Pair Index
Opening Positions or Managing Existing Positions
Open a position and set take-profit and stop-loss
Decreasing or Closing a Position
Creating Multiple Decrease Orders
Limit Orders
Cancel Order
Order Execution
Get Positions Info
Get information on the user's position
Cancel all Position related Orders
Transaction Fee
VIP and Commissions
Last updated