GET /arbitrage
Recherchez les opportunités d'arbitrage triangulaire à travers a set of currencies. Triangular arbitrage exploits pricing inconsistencies when converting through three currencies (e.g., USD->EUR->GBP->USD) yields more than le starting amount. Renvoie tout detected opportunities avec le currency path et profit percentage. Educational tool pour understanding FX markets, et utile pour les fintech apps demonstrating market efficiency concepts.
currencies
optionnel
par défaut: USD,EUR,GBP,JPY,CHF,CAD,AUD
Comma-separated currencies
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
currencies |
Non | USD,EUR,GBP,JPY,CHF,CAD,AUD | Comma-separated currencies |
curl "https://nordapi.ee/api/v1/arbitrage?currencies=USD,EUR,GBP,JPY,NOK"
curl "https://nordapi.ee/api/v1/arbitrage?currencies=USD,EUR,GBP,JPY,NOK"
curl "https://nordapi.ee/api/v1/arbitrage"
curl "https://nordapi.ee/api/v1/arbitrage?currencies=NOK,SEK,DKK,EUR,CHF,GBP"
{
"currencies_checked": [
"USD",
"EUR",
"GBP",
"JPY",
"NOK"
],
"date": "2026-04-05",
"opportunities": [],
"opportunities_found": 0,
"success": true
}
{"success":true,"opportunities_found":0,"opportunities":[]}