# Match rate **GET /reports/match-rates** ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ## Responses ### 200 statistics on the number of transactions that are matched, unmatched, and automatically matched. #### Body: application/json (object) - **totalCount** (integer(int64)) Derived value: totalMatchCount + unmatchedCount. The number of transactions in the system. - **autoMatchedCount** (integer(int64)) The number of automatically matched transactions in the system. - **manualMatchedCount** (integer(int64)) The number of manually matched transactions in the system. - **totalMatchedCount** (integer(int64)) Derived value: auto + manual matched transactions. - **unmatchedCount** (integer(int64)) The number of unmatched transactions in the system. - **matchRate** (integer(int32)) Derived value: totalMatchedCount / totalCount. The percentage from 0 .. 100 of transactions that are matched. [Powered by Bump.sh](https://bump.sh)