# Get an estimate

{% hint style="warning" %}
**Pre-release** — The UDA API is currently in development. If you're interested in early access, get in touch with the team.
{% endhint %}

## GET /estimate/{appKey}

> Get an estimate

```json
{"openapi":"3.1.0","info":{"title":"Deposit Account","version":"1.0"},"servers":[{"url":"http://localhost:3000"}],"paths":{"/estimate/{appKey}":{"get":{"summary":"Get an estimate","tags":[],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"amountOut":{"type":"string","description":"Amount of the destination asset"},"amountOutFormatted":{"type":"string","description":"Amount of the destination asset in readable format"},"amountOutUsd":{"type":"string","description":"Amount of the destination asset equivalent in USD"},"minAmountOut":{"type":"string","description":"Minimum output amount after slippage is applied"},"timeEstimate":{"type":"number","description":"Estimated time in seconds for the swap to be executed after the deposit transaction is confirmed"}}}}}}},"operationId":"get-estimate","parameters":[{"schema":{"type":"string"},"in":"query","name":"originAsset","description":"ID of the origin asset.","required":true},{"schema":{"type":"string"},"in":"query","name":"destinationAsset","description":"ID of the destination asset.","required":true},{"schema":{"type":"string"},"in":"query","name":"amount","description":"Estimated amount to swap as the base amount."}]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intents.aurora.dev/intents-deposits/api-reference/light-deposit-api/get-an-estimate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
