To send trades to the MarketMates Match-Trader platform via API, you will need the following details:
API access details
Login details: Use the same email address and password linked to your trading account.
Broker ID: 456
API documentation: Follow the Match-Trade Platform API documentation for detailed integration instructions.
Useful MarketMates API endpoints
Replace {accountId} with the Match-Trader account ID returned for the authenticated account. For quotations, replace XAUUSD with the required symbol.
Login
Account and market data
Balance: https://platform.marketmates.com/mtr-api/{accountId}/balance
Open positions: https://platform.marketmates.com/mtr-api/{accountId}/open-positions
Active orders: https://platform.marketmates.com/mtr-api/{accountId}/active-orders
Live prices: https://platform.marketmates.com/mtr-api/{accountId}/quotations?symbols=XAUUSD
Price history/candles: https://platform.marketmates.com/market-data-api/{accountId}/api/trading-view/history
Trading
Open a position: https://platform.marketmates.com/mtr-api/{accountId}/position/open
Close a position: https://platform.marketmates.com/mtr-api/{accountId}/position/close