---
title: "Get price ticker for currency pair"
method: GET
path: "/price/ticker"
tags: ["Price"]
---

# Get price ticker for currency pair

`GET /price/ticker`

Returns the exchange rate for a given currency pair

## Query parameters

- `pair` 'usdngn' | 'btcusd' | 'usdkes' | 'usdzar' | 'zarngn' | 'kesngn', required

## Response `200`

Price ticker response

- PriceTicker
  - `status` string
  - `data` object
    - `ask` number — Ask price (selling price)
    - `bid` number — Bid price (buying price)
    - `timestamp` number — Unix timestamp in milliseconds
    - `meta` object
      - `pair` string — Currency pair in uppercase
      - `payoutMethods` string[]
      - `collectionMethods` string[]
      - `unitPricePerUsd` object — Exchange rates per USD
      - `unitPricePerSat` object — Exchange rates per satoshi
      - `fees` object — Fee information for ask and bid

## Other responses

- `400` — Invalid currency pair

---

[API](https://skmtc.net/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.net/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/94cb0ddffad0/schema)
