# Get spot rate by symbol Get real-time, top-of-book spot bid and offer rates for a given symbol. Returns an aggregated list of rates, which may include prices from multiple liquidity providers or external market data sources. Endpoint: GET /v2/rates/spot Version: 1.0.1 Security: SSO_TOKEN ## Query parameters: - `symbol` (string, required) Base and term currency separated by a slash . Example: "EUR/USD" ## Response 200 fields (application/json): - `symbol` (string) - `bid` (number) - `offer` (number) - `bidLimit` (number) - `offerLimit` (number) - `time` (integer) - `rateId` (string)