curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/transactions/intelligence-stats \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"allClearCount": 123,
"needReviewCount": 123,
"reconciliationIssuesCount": 123,
"matchedCount": 123,
"matchedTotal": 123,
"volumeUsd": "<string>"
}Transaction intelligence stats
Aggregate counts (total, all-clear, need-review, reconciliation-issues, matched ratio, USD volume) over the same filter set as the transactions list. Powers the Transaction Intelligence Strip.
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/transactions/intelligence-stats \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"allClearCount": 123,
"needReviewCount": 123,
"reconciliationIssuesCount": 123,
"matchedCount": 123,
"matchedTotal": 123,
"volumeUsd": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Submitted, Verifying, Orchestrating, Pending, Processing, Completed, Failed, Cancelled, Refunded Deposit, Withdrawal, Exchange Bridge, Koywe, Kotanipay, Hercle, Bitso, Yellowcard, TraceFinance, HoneyCoin, BlindPay, Finity, Infinia, Walapay, Abra, Yativo, Capa, Bivo, Cobre, Avenia, Brale, BVNK, CoinsPH, Iron, Enigma, Juicyway, Kira, TripleA, Onmeta Start date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with fromUpdatedDate.
"2003-01-01"
End date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with toUpdatedDate.
"2003-01-01"
Start date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with fromDate.
"2003-01-01"
End date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with toDate.
"2003-01-01"
Competitive, InLine, OffMarket, Calibrating, Syncing, Stale AllClear, NeedReview, ReconciliationIssues Was this page helpful?