Returns a full table of dual hedge rate proposals for all configured currency pairs. Each rate represents a pair of customer and supplier leg proposals routed through the functional currency. Partners can pre-fetch and cache these rates for both legs.
Documentation Index
Fetch the complete documentation index at: https://docs.grainfinance.co/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication using the partner API keys from https://console.grainfinance.co/api-keys
Optional query parameter specifying currency pairs. Multiple pairs can be provided as a comma-separated list. Please encode the query param beforehand. For example, ?pairs=EURUSD%2CGBPEUR represents ?pairs=EURUSD,GBPEUR
Offline Dual Rates Retrieved
Represents the response of an offline dual rates request, including a revision snapshot with a time-to-live (TTL) indicating validity. Rates are organized by currency pair, with each pair associated with rates for various tenors.
Represent the functional currency of the partner.
"EUR"
Date in ISO 8601 format yyyy-MM-dd. This is the date that will be used to calculate the difference in days between the offline revision creation date and the hedge future endAt date. The difference in days will be used to find the right tenor in the offline table.
"2023-12-21"
Unix timestamp of expiration for the specific revision. Indicates the maximum duration during which this revision is valid for accepting hedge requests.
1703770471
Dual rates information organized by currency pairs and tenors. The structure includes currency pairs as keys, each associated with a nested object containing tenors and corresponding rate.
Unique identifier for the offline rates revision. This id is used later to accept an offline rate.
156