Proxima
  • 🎉Introduction
    • Welcome to Proxima
  • 🌊Streams
    • Overview
    • Quick start
    • Using streams
    • Our streams
      • Block headers
      • New tokens/collections
      • DEX events
      • Exchange rates
      • Private streams
        • Mangrove
        • All ERC20 events
        • All ERC721 events
        • Raw Uniswap events
      • Smart contract's events
    • Understanding streams
    • Architecture
  • 💾Data APIs
    • APIs
      • Fungible tokens
      • Decentralized exchanges
      • Account balances
  • 🚧Maru
    • Introduction
    • Programming Model
    • How Maru works
      • Architecture
      • Dataflow
      • Economics
      • Domain Specific Language
      • Arrangements
      • Open Problems
    • Background Knowledge
      • Multiset Hashes
      • Plonky2
    • Use Cases
      • Lifting Expensive Computation Off-Chain
      • Social Graph Database
      • Indexer
Powered by GitBook
On this page
  1. Streams
  2. Our streams

Exchange rates

PreviousDEX eventsNextPrivate streams

Last updated 2 years ago

proxima.exchange-rates.0_1

A stream with daily updated fiat currency exchange rates as returned by

Schema:

  • base (string): currency code used for measuring other currencies against

  • date (string): date in the ISO 8601 date format

  • rates (Record<string, string>): a dictionary with currency codes as keys and prices relative to the base currency as values

🌊
https://exchangerate.host/