Skip to content

Get slippage configurations

GET
/v1/public/slippage

Returns all slippage configurations for every currency pair available on the platform, including both Spot and Futures markets.

Responses

Slippage configurations retrieved successfully

application/json
JSON
[
{
"currencyPair": "XRPZAR",
"currencyPairType": "SPOT",
"limitSlippagePercent": "5",
"marketSlippagePercent": "5"
},
{
"currencyPair": "BTCUSDT",
"currencyPairType": "SPOT",
"limitSlippagePercent": "5",
"marketSlippagePercent": "5"
}
]

Playground

Samples