# Get benchmark

Get the Integral FX benchmark rate for a given symbol.

Endpoint: GET /v2/benchmark
Version: 1.0.1
Security: SSO_TOKEN

## Query parameters:

  - `symbol` (string, required)
    Base and term currency separated by a slash `/`.

## Response 200 fields (application/json):

  - `symbol` (string)
    Base and term currency separated by a slash `/` (for example `EUR/USD`).

  - `rate` (number)
    Benchmark rate.

  - `uid` (string)
    GUID for the rate.

  - `timestamp` (integer)
    Rate timestamp in milliseconds Unix time, UTC timezone.

