> For the complete documentation index, see [llms.txt](https://docs.axom.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axom.money/references/currencies-and-fees/get-exchange-rates-crypto-to-fiat.md).

# Get exchange rates \[crypto to fiat]

{% openapi src="/files/WYpYA3WWmQlqmasohBZT" path="/api/v1/exchange/rates/deposit" method="get" %}
[ES-OAS-8-12.json](https://3564521227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FayvBVHqhLmJiaoA9GyTQ%2Fuploads%2Fgit-blob-ee9614a03bf3f6471683bb98ad2eae2cb7998563%2FES-OAS-8-12.json?alt=media\&token=5ac8d0ec-c0a3-4bc5-8295-69755924910c)
{% endopenapi %}

Response example

```json
{
	"ETH": {
		"EUR": "1467.8",
		"USD": "1741.1"
	},
	"BTC": {
		"EUR": "42798",
		"USD": "50770"
	},
	"XRP": {
		"EUR": "0.40227",
		"USD": "0.4772"
	}
}
```
