Compare price slippage between exchanges

Price slippage measures how liquid a market is by measuring the gap between the expected and actual price of a marker order. When markets drop and there are large sell-offs, slippage often increases and it becomes harder to buy or sell at your desired price. This varies by exchange, trading pair, and time of day. Using Kaiko's data, we can measure potential BTC slippage across exchanges for different trade sizes. This provides valuable insight for market traders looking to minimize losses.

The chart abode shows how price slippage increased on Itbit between 5th, and 7th August for BTC-USD, suggesting liquidity troubles.

How to build the request

Use Order Book Snapshots (slippage) with the following parameters to replicate this chart.

Paramater
Value

exchange

cbse ... and then stmp itbi krkn

okcn

instrument_class

spot

intrument

btc-usd

Here's an example of a cURL string request using the values above:

curl -X GET "https://us.market-api.kaiko.io/v2/data/order_book_snapshots.v1/exchanges/cbse/spot/btc-usd/ob_aggregations/slippage?slippage=100000&interval=1h" -H "accept: application/json" -H "X-Api-Key: YOUR_API_KEY"

When you receive your response, search for the following fields to find the data you need:

  • timestamp

  • ask_slippage

  • bid_slippage

Last updated

Was this helpful?