> 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-fiat-to-fiat.md).

# Get exchange rates \[fiat to fiat]

{% openapi src="/files/WYpYA3WWmQlqmasohBZT" path="/api/v1/exchange/rates/fiat" 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
{
	"USD": {
		"USD": "1",
		"CHF": "0.935074"
	},
	"EUR": {
		"USD": "1.186102",
		"CHF": "1.109093"
	},
	"GBP": {
		"USD": "1.38394",
		"CHF": "1.294086"
	}
}
```
