Transaction intelligence stats
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>"
}Transactions
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.
GET
/
v1
/
transactions
/
intelligence-stats
Transaction intelligence stats
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>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
Submitted, Verifying, Orchestrating, Pending, Processing, Completed, Failed, Cancelled, Refunded Available options:
Deposit, Withdrawal, Exchange Available options:
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, Alfred Start date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with fromUpdatedDate.
Example:
"2003-01-01"
End date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with toUpdatedDate.
Example:
"2003-01-01"
Start date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with fromDate.
Example:
"2003-01-01"
End date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with toDate.
Example:
"2003-01-01"
Available options:
Competitive, InLine, OffMarket, Calibrating, Syncing, Stale Available options:
AllClear, NeedReview, ReconciliationIssues Was this page helpful?
⌘I