Get All Cross Margin Pairs (MARKET_DATA)
Weight(IP): 1
Query parameters
Trading symbol, e.g. BNBUSDT
Response
Margin pairs
Example response
[
{
"base": "BNB",
"id": 351637150141315840,
"quote": "BTC",
"symbol": "BNBBTC"
}
]Changes
Changed in 2 of the 26 revisions of this API.19
- ▲
added the new required
queryrequest parametersymbolnew-required-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
items/basebecame required for the status200response-property-became-required
- ○
the response property
items/idbecame required for the status200response-property-became-required
- ○
the response property
items/isBuyAllowedbecame required for the status200response-property-became-required
- ○
the response property
items/isMarginTradebecame required for the status200response-property-became-required
- ○
the response property
items/isSellAllowedbecame required for the status200response-property-became-required
- ○
the response property
items/quotebecame required for the status200response-property-became-required
- ○
the response property
items/symbolbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○