Rates
Exchange Rates
The endpoint provides a list of currency rates
Request Details
- Parameters: None
- Accept Header:
application/json
Description of Key Fields
- accepted_at: Timestamp when the rate was accepted.
- correlation_id: Unique identifier for correlating requests.
- entity: Contains the entity’s
id
andtype
(e.g., “business”). - price: Exchange rate in minor units.
- symbol: The currency pair (e.g., “USD-NGN”).
- status: Status of the rate (e.g., “filled”).
- trades: Details of the trades executed for the rate, including
price
,size
, and associated order IDs.
Sample Response
- Status Code:
200
- Description: Returns a list of rates with detailed information about each rate and related trades.