Get RPI Symbols
Get RPI Symbols
Description
Query the list of trading pairs that support RPI (Retail Price Improvement).
HTTP Request
- GET /api/v3/market/rpi-symbols
- Rate limit: 10/sec/IP
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": [
{
"category": "spot",
"symbol": "BTCUSDT"
},
{
"category": "usdt-futures",
"symbol": "BTCUSDT"
}
]
}
Response Parameters
| Parameters | Type | Description |
|---|---|---|
| data | Array | List |
| > category | String | Business linespot Spotusdt-futures USDT Futurescoin-futures Coin-M Futuresusdc-futures USDC Futures |
| > symbol | String | Symbol that supports RPI |