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.
- Effective immediately, all new signups and ad postings are disabled;
- On May 14th, 2024, new trades will be disabled as well;
- 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
Monero Street Price Widget
To get a Monero street price widget for your own web site select the desired currency below and simply paste the following code into your own web page:
USD
<iframe allowtransparency="true" frameborder="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no" width="210" height="130" src="https://localmonero.co/priceWidget?currencyCode=USD&fallback=convert"></iframe>
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:
Name | Type | Value |
---|---|---|
currencyCode | String | Three-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