Skip to main content

Look up forex rates

POST 

/forex/rate-lookup

Look up forex rates.

Request

Body

    tenor string

    Possible values: [TODAY]

    The tenor to search for rate.

    currencyPairs string[]

    the currency pairs

Responses

OK

Schema

    sourceTraceId string

    The trace ID from the source

    tenor string

    Possible values: [TODAY]

    Tenor to search for rates

    validUntil string

    The rates are valid until this time

    rates

    object[]

    An array of rates, one for each currency pair

  • Array [

  • ask string

    The source is willing to sell one unit of the base currency for this amount of the quote currency.

    bid string

    The source is willing to buy one unit of the base currency for this amount of the quote currency.

    currencyPair string

    A currency pair is two currency codes. The first is known as the base currency and the second as the quote currency.

  • ]

Loading...