# Get spot rate by type and symbol for organization Get real-time spot bid and offer rates by rate type and symbol from liquidity providers for an organization. Returns an aggregated list of rates, which may include prices from multiple liquidity providers or external market data sources. Endpoint: GET /v2/rates/spot/{type}/{org} Version: 1.0.1 Security: SSO_TOKEN ## Path parameters: - `type` (string, required) The type of rates requested: =top of book, =full book, =raw rates Example: "TOB" - `org` (string, required) Organization ID of requesting user. Rates returned are from liquidity providers configured for the organization. Example: "BrokerOrgA1" ## Query parameters: - `symbol` (string, required) Base and term currency separated by a slash . Example: "EUR/USD"