---
title: "Estimated Best Ask Price"
method: GET
path: "/api/v1/markets/{market}/estimated-best-ask-price"
---

# Estimated Best Ask Price

`GET /api/v1/markets/{market}/estimated-best-ask-price`

Estimates the exchange rate for the market. Note that the true exchange rate depends on the buy amount whereas this exchange rate is for a theoretical 0 amount. In the example we can exchange ~300 units of the sell token for 1 unit of the buy token.

## Path parameters

- `market` string, required

## Query parameters

- `unit` 'baseunits' | 'atoms'
- `batchId` integer
- `ignoreAddresses` string
- `blockNumber` integer
- `roundingBuffer` 'enabled' | 'disabled'

## Response `200`

OK

- number, nullable

---

[API](https://skmtc.net/gnosis/apis/price-estimator-openapi.md) · [All operations](https://skmtc.net/gnosis/apis/price-estimator-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosis/price-estimator-openapi/revisions/b640b4fe9702/schema)
