v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Exchange Rates

Fetch the latest pairs for the crypto tickers supported by Striga

post/trade/rates

Headers

api-keystring required
Authorizationstring required

Response

200

Example response

{
  "ETHEUR": {
    "price": "3585.3",
    "buy": "3603.23",
    "sell": "3567.37",
    "timestamp": 1716894775000,
    "hTimestamp": "2024-05-28T11:12:55.000Z",
    "currency": "Euros"
  },
  "USDCEUR": {
    "price": "0.92",
    "buy": "0.93",
    "sell": "0.9",
    "timestamp": 1716894776000,
    "hTimestamp": "2024-05-28T11:12:56.000Z",
    "currency": "Euros"
  },
  "BTCEUR": {
    "price": "62953",
    "buy": "63267.77",
    "sell": "62638.23",
    "timestamp": 1716894775000,
    "hTimestamp": "2024-05-28T11:12:55.000Z",
    "currency": "Euros"
  },
  "BTCUSDC": {
    "price": "68492",
    "buy": "68834.46",
    "sell": "68149.54",
    "timestamp": 1716894774000,
    "hTimestamp": "2024-05-28T11:12:54.000Z",
    "currency": "USD Coin"
  },
  "BNBEUR": {
    "price": "554.2",
    "buy": "556.98",
    "sell": "551.42",
    "timestamp": 1716894764328,
    "hTimestamp": "2024-05-28T11:12:44.328Z",
    "currency": "Euros"
  },
  "POLEUR": {
    "price": "0.68",
    "buy": "0.69",
    "sell": "0.66",
    "timestamp": 1716894774000,
    "hTimestamp": "2024-05-28T11:12:54.000Z",
    "currency": "Euros"
  }
}