Group Transactions Into Trades API
Group Breezing transactions into trades through the API, pairing opposite buy and sell legs into linked trade pairs as the dashboard action does.
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
"1"
Body
Transaction IDs to group into trades (max 500). The engine buckets them by timestamp and external reference, then forms a trade from each qualifying group. A group qualifies when the legs have opposite directions (one in, one out), different tokens, at most two wallets, and none is spam, already a trade (has an exchangeId), or internal. Non-qualifying transactions are left unchanged. Duplicate IDs are deduplicated server-side.
1 - 500 elements