Best buy/sell P2P price, mid and spread
API · /p2prates-api
P2P Street Rates API
Live crypto peer-to-peer street rates from the Binance P2P marketplace. On P2P, people buy and sell USDT (a USD proxy) directly for local currency, so the advertised prices reveal the REAL street value of a currency — for stressed currencies (Argentine peso, Venezuelan bolívar, Nigerian naira and more) this is the rate the economy actually transacts at, far from the official one. The rate endpoint returns the best buy and sell P2P price for an asset in a fiat, the mid and the spread. The ads endpoint returns the live order book of P2P advertisements — price, available amount, order limits, merchant reputation and payment methods. The fiats endpoint lists supported currencies. Read live from Binance P2P, nothing stored. This is the crypto-P2P street-rate and merchant-ad layer — distinct from official FX feeds and from crypto-arbitrage-implied rates.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 298 ms
- Server probes · 24h
- Subscribers
- 4,008
- active
- Total calls
- 4
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 2,700 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 2.7k calls/month
- 2 req/sec
- All fiats
- No credit card
Starter
€7.00 /month
- 75,000 calls / month
- 12 requests / second
- Hard cap (429 above quota, no overage)
- 75k calls/month
- 12 req/sec
- Email support
Pro
€21.50 /month
- 380,000 calls / month
- 35 requests / second
- Hard cap (429 above quota, no overage)
- 380k calls/month
- 35 req/sec
- Priority support
Scale
€51.00 /month
- 2,400,000 calls / month
- 110 requests / second
- Hard cap (429 above quota, no overage)
- 2.4M calls/month
- 110 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Yadio Real FX API
Live "real" market exchange rates derived from local cryptocurrency (BTC/USDT) trading. Because they are implied by where people actually buy and sell crypto, these rates track the true street/parallel value of a currency — for stressed currencies (Argentine peso, Nigerian naira, Venezuelan bolívar, Lebanese pound …) this is far from the official rate. The rates endpoint returns one base currency against ~130 currencies plus the BTC price; the convert endpoint converts any amount between two currencies; the btc endpoint returns the BTC price in a chosen currency (the crypto bridge that powers every rate); the currencies endpoint lists every supported currency. Read live, nothing stored. This is a global crypto-implied real-rate layer — distinct from official ECB/central-bank rate feeds and from single-country parallel-dollar APIs.
api.oanor.com/yadio-api
Venezuela Bolívar API
Live exchange rates for the Venezuelan bolívar (VES), one of the world's most-watched hyperinflation currencies. Venezuela runs a two-tier system: the BCV (central bank) official rate and the paralelo (parallel/street) rate, and the gap between them — the brecha — is the headline indicator of the bolívar's stress. The dollar endpoint returns the USD official and parallel rate with the brecha; the euro endpoint does the same for EUR; the rates endpoint returns both currencies at once; the convert endpoint converts any amount between USD, EUR and VES at the official or parallel rate. Read live, nothing stored. This is Venezuela's own official-vs-parallel bolívar layer with a built-in converter — distinct from single-rate central-bank feeds and from other countries' parallel-dollar APIs.
api.oanor.com/venezuela-api
TRON (TRX) On-Chain API
Live on-chain data from the TRON blockchain (TRX), the network that settles the largest share of the world's USDT (Tether) transfers, served straight from TRON's public TronGrid API — no key, nothing cached. The account endpoint returns any address's state: its TRX balance, when the account was created, and its holdings of the major TRC20 stablecoins and tokens (USDT, USDC, USDD and more) decoded to real amounts. The transfers endpoint returns the account's most recent TRC20 token transfers — the raw USDT flow that makes TRON the backbone of crypto payments — each with the counterparty, token, amount, direction and time. The transactions endpoint returns the account's recent system transactions with the type, result, block and time. The network endpoint returns the live state of the chain: the latest block, its timestamp, the producing super-representative and the block's transaction count. Everything is read live from TronGrid, nothing stored. This is the TRON on-chain layer for any wallet, explorer, payments, stablecoin or analytics app. Distinct from the XRP Ledger, Stellar, EVM and Solana on-chain APIs and from price feeds — this is TRON account state, TRC20/USDT transfers, transactions and block production. 4 endpoints, no key on our side.
api.oanor.com/tron-api
Currency Converter API
Live foreign-exchange conversion across 160+ world currencies — the plain, developer-friendly converter. Get the latest rates for any base currency, convert an amount between any two currencies, read the rate (and inverse) for a single pair, or list every supported currency. Rates are read live from an open exchange-rate source that aggregates a broad set of feeds and covers far more currencies than ECB-only data — including emerging-market and exotic currencies such as the Nigerian naira, Indian rupee or Vietnamese dong. This is the everyday convert / latest-rates utility a checkout, invoice, pricing page or travel app needs — distinct from the FX analytics APIs in the catalogue (historical date ranges, pip and position-size calculators, triangular-arbitrage path maths, currency indices), which compute on rates rather than simply converting them.
api.oanor.com/currencyconverter-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for P2P Street Rates API?
What's the rate limit for P2P Street Rates API?
How much does P2P Street Rates API cost?
Can I cancel my subscription anytime?
Is P2P Street Rates API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/p2prates-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/p2prates-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/p2prates-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/p2prates-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.