Introduction
AI skill.md
Match-Trader has built a skill that makes integrating our API faster and easier. It lets you connect our API to your system - or check how your current integration is set up - just by describing what you need in plain language to an AI assistant. This skill teaches an AI assistant (like Claude) how to work with the Broker API V2. Instead of reading technical docs and writing code yourself, you simply say what you want to do, and the assistant handles the technical details for you. Link to GitHub.
To install it:
npx skills add https://github.com/match-trade/Broker-API-skill
Broker API v2 is a REST and gRPC API designed for direct integration with the Match-Trader platform. It provides a complete set of administrative and trading operations - managing user accounts, trading accounts, positions, orders, payments, and real-time data streams.
The API is the primary integration point for any system connecting directly to the Match-Trader platform, including CRM providers, social and copy trading platforms, risk management tools, and other third-party services.
In the Match-Trade system, each broker has a unique brokerID assigned. Every operation via this API is scoped to that broker, and since it is encoded in your Authorization token, you do not need to pass it explicitly in requests. For the Sandbox environment, brokerID = 0 is shared across all accounts - meaning you may see test data created by other integrations.
Server time is GMT (UTC+0).
The default request limit is 500 requests/minute.
Base URL
Sandbox:
https://broker-api-v2-demo.match-trader.com