API Endpoints Reference¶
OANDA Reference: OANDA v20 REST API
Complete reference for all FiveTwenty endpoint implementations.
Quick Reference¶
Endpoint Groups¶
| Endpoint | Purpose | Key Methods |
|---|---|---|
| accounts | Account management | list(), get(), summary(), instruments(), configure(), changes() |
| orders | Order operations | post_market_order(), post_limit_order(), cancel(), list_pending(), list(), replace() |
| trades | Trade management | list_open(), get(), close(), modify(), list() |
| positions | Position tracking | list_open(), get(), close(), list() |
| pricing | Market data | get(), stream(), candles(), latest_candles() |
| transactions | Transaction history | list(), get(), get_range(), stream(), list_since() |
Endpoint Organization¶
Account Management¶
- Accounts Endpoint - Account information, configuration, and instruments
Trading Operations¶
- Orders Endpoint - Order placement, modification, and cancellation
- Trades Endpoint - Trade management and monitoring
- Positions Endpoint - Position tracking and management
Market Data¶
- Pricing Endpoint - Real-time prices, account-specific candlesticks, and latest candle data
History & Monitoring¶
- Transactions Endpoint - Transaction history and real-time streaming
Need More Context?¶
- Learn with Tutorials for hands-on guidance
- Get comprehensive guidance with Guides for both solutions and understanding
Ready to explore? Choose an endpoint above or browse the complete Client API Reference for setup and configuration details.