LocalMonero will be winding down

The winding down process begins May 7th, 2024, and finishes on November 7th, 2024. Our support staff will be available for help throughout this period.
  1. Effective immediately, all new signups and ad postings are disabled;
  2. On May 14th, 2024, new trades will be disabled as well;
  3. On November 7th, 2024, the website will be taken down. Please reclaim any funds from your arbitration bond wallet prior to that date, otherwise the funds may be considered abandoned/forfeited.

Statistics

LocalMonero Average Price Ticker API

GET /web/ticker

Provides the tickers for all currencies by default or for specified currency if a valid currencyCode request parameter is provided, ticker values include the average for the last hour, the last 6 hours, the last 12 hours and the last 24 hours. If there’s no trading data for any of those time intervals – the relevant property will return as null.

Optional parameters:

NameTypeValue
currencyCodeStringThree-letter currency code of desired currency. See the list of all available currencies

Example:

/web/ticker

{
  "USD": {
    "avg_1h": 123.34,
    "avg_6h": 123.65,
    "avg_12h": 126.54,
    "avg_24h": 124.43
  },
  "GBP": {
    "avg_1h": 96.59,
    "avg_6h": 96.45,
    "avg_12h": 98.26,
    "avg_24h": 98.43
  },
  "HKD": {
    "avg_12h": 1007.73,
    "avg_24h": 1009.43
  }
}

/web/ticker?currencyCode=GBP

{
  "GBP": {
    "avg_1h": 96.59,
    "avg_6h": 96.45,
    "avg_12h": 98.26,
    "avg_24h": 98.43
  }
}

Average price/XMR based on completed trades

Only currencies with data available shown

MXN

24 hours: 2143.74

BCH

24 hours: 0.32237693

BTC

12 hours: 0.00223613
24 hours: 0.00222597

KES

12 hours: 18600.78
24 hours: 18850.46

SEK

12 hours: 1716.94
24 hours: 1772.07

UAH

24 hours: 4985.73

CNY

12 hours: 970.5
24 hours: 975.19

THB

24 hours: 4642.17

USD

12 hours: 143.04
24 hours: 143.54

KGS

24 hours: 12351.51

ETH

12 hours: 0.047492858666
24 hours: 0.04749994636

CHF

12 hours: 124.48
24 hours: 129.99

DOGE

12 hours: 918.06198347
24 hours: 918.06198347

AUD

12 hours: 237.32
24 hours: 213.92

XRP

24 hours: 269.837039

EUR

12 hours: 136.53
24 hours: 137.79

CAD

24 hours: 221.39

NGN

12 hours: 144814
24 hours: 145338.59

PKR

24 hours: 34974.06

LTC

12 hours: 1.73409107
24 hours: 1.71702975

INR

12 hours: 21437.04
24 hours: 14394.06

PLN

12 hours: 545.76
24 hours: 578.31

GBP

12 hours: 115.76
24 hours: 118.31

PEN

24 hours: 451.69

NZD

24 hours: 234.09

BRL

12 hours: 725.4
24 hours: 726.04

© 2024 Blue Sunday Limited