Skip to main content
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>"
}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>
Available options:
Submitted,
Verifying,
Orchestrating,
Pending,
Processing,
Completed,
Failed,
Cancelled,
Refunded
type
enum<string>
Available options:
Deposit,
Withdrawal,
Exchange
pfiName
enum<string>
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
sourceAccountId
string
destinationAccountId
string
includeAccounts
boolean
fromDate
string<date>

Start date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with fromUpdatedDate.

Example:

"2003-01-01"

toDate
string<date>

End date for filtering transactions by createdAt (YYYY-MM-DD). Cannot be used with toUpdatedDate.

Example:

"2003-01-01"

fromUpdatedDate
string<date>

Start date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with fromDate.

Example:

"2003-01-01"

toUpdatedDate
string<date>

End date for filtering transactions by updatedAt (YYYY-MM-DD). Cannot be used with toDate.

Example:

"2003-01-01"

counterPartyIdentityId
string
benchmarkStatus
enum<string>
Available options:
Competitive,
InLine,
OffMarket,
Calibrating,
Syncing,
Stale
intelligence
enum<string>
Available options:
AllClear,
NeedReview,
ReconciliationIssues

Response

200 - application/json
totalCount
number
required
allClearCount
number
required
needReviewCount
number
required
reconciliationIssuesCount
number
required
matchedCount
number
required
matchedTotal
number
required
volumeUsd
string
required