# Get ticker Get the last traded price for a given symbol. Endpoint: GET /v2/ticker 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) Base and term currency separated by a slash (for example ). Example: "AUD/USD" - `rate` (number) Rate, either bid or offer based on value of attribute. Example: 0.69746 - `isBid` (string) Whether or not the rate is bid or offer: - =bid - =offer Example: true - `timestamp` (integer) Rate timestamp in Unix time, UTC timezone. Example: 1602505075906 - `bid` (boolean) Whether or not the rate is bid or offer: - =bid - =offer Example: true