GET
/
v1
/
api
/
rates
/
date
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "base_currency": "<string>",
    "target_currency": "<string>",
    "rate": 123,
    "type": "BUY",
    "date": "2023-12-25",
    "source": "<string>"
  }
]

Query Parameters

base
string
target
string
date
string
type
enum<string>
Available options:
BUY,
SELL

Response

200 - application/json
List of exchange rates
id
string
base_currency
string
target_currency
string
rate
number
type
enum<string>
Available options:
BUY,
SELL
date
string
source
string