---
title: "Get exchange rates between token pairs across blockchains."
method: POST
path: "/"
---

# Get exchange rates between token pairs across blockchains.

`POST /`

## Request body

- object[]
  - `domestic_blockchain` string, required — Identifier for the domestic blockchain network
  - `domestic_token` string, required — Address of the domestic token
  - `foreign_blockchain` string, required — Identifier for the foreign blockchain network
  - `foreign_token` string, required — Address of the foreign token

## Response `200`

Successful response

- object[]
  - `domestic_blockchain` string — Identifier for the domestic blockchain network
  - `domestic_token` string, required — Address of the domestic token
  - `foreign_blockchain` string — Identifier for the foreign blockchain network
  - `foreign_token` string, required — Address of the foreign token
  - `price` number, required — Exchange rate between the two tokens

## Other responses

- `400` — Invalid request payload
- `500` — Server error

---

[API](https://skmtc.net/gluexprotocol/apis/gluex-exchange-rates-api.md) · [All operations](https://skmtc.net/gluexprotocol/apis/gluex-exchange-rates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gluexprotocol/gluex-exchange-rates-api/versions/4c41d3c79213/schema)
