Skip to main content
GET
Get Transactions

Authorizations

Authorization
string
header
required

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

Query Parameters

scope
enum<string>
Available options:
all,
orchestrated,
imported
status
enum<string>

Transaction status.

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,
Alfred,
Demo,
CrissCross
sourceAccountId
string

Source account.

destinationAccountId
string

Destination account.

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
reconciliationStatus
enum<string>
Available options:
Matched,
Mismatched,
Missing,
PfiError
reconciliationRunId
string
country
enum<string>
Available options:
AF,
AL,
DZ,
AS,
AD,
AO,
AI,
AQ,
AG,
AR,
AM,
AW,
AU,
AT,
AZ,
BS,
BH,
BD,
BB,
BY,
BE,
BZ,
BJ,
BM,
BT,
BO,
BQ,
BA,
BW,
BV,
BR,
IO,
BN,
BG,
BF,
BI,
CV,
KH,
CM,
CA,
KY,
CF,
TD,
CL,
CN,
CX,
CC,
CO,
KM,
CD,
CG,
CK,
CR,
HR,
CU,
CW,
CY,
CZ,
CI,
DK,
DJ,
DM,
DO,
EC,
EG,
SV,
GQ,
ER,
EE,
SZ,
ET,
FK,
FO,
FJ,
FI,
FR,
GF,
PF,
TF,
GA,
GM,
GE,
DE,
GH,
GI,
GR,
GL,
GD,
GP,
GU,
GT,
GG,
GN,
GW,
GY,
HT,
HM,
VA,
HN,
HK,
HU,
IS,
IN,
ID,
IR,
IQ,
IE,
IM,
IL,
IT,
JM,
JP,
JE,
JO,
KZ,
KE,
KI,
KP,
KR,
KW,
KG,
LA,
LV,
LB,
LS,
LR,
LY,
LI,
LT,
LU,
MO,
MG,
MW,
MY,
MV,
ML,
MT,
MH,
MQ,
MR,
MU,
YT,
MX,
FM,
MD,
MC,
MN,
ME,
MS,
MA,
MZ,
MM,
NA,
NR,
NP,
NL,
NC,
NZ,
NI,
NE,
NG,
NU,
NF,
MP,
NO,
OM,
PK,
PW,
PS,
PA,
PG,
PY,
PE,
PH,
PN,
PL,
PT,
PR,
QA,
MK,
RO,
RU,
RW,
RE,
BL,
SH,
KN,
LC,
MF,
PM,
VC,
WS,
SM,
ST,
SA,
SN,
RS,
SC,
SL,
SG,
SX,
SK,
SI,
SB,
SO,
ZA,
GS,
SS,
ES,
LK,
SD,
SR,
SJ,
SE,
CH,
SY,
TW,
TJ,
TZ,
TH,
TL,
TG,
TK,
TO,
TT,
TN,
TR,
TM,
TC,
TV,
UG,
UA,
AE,
GB,
UM,
US,
UY,
UZ,
VU,
VE,
VN,
VG,
VI,
WF,
EH,
YE,
ZM,
ZW,
AX,
ZZ
fiatCurrency
string
Example:

"USD"

asset
string
Example:

"USDC"

startingAfter
string

Id used to retrieve results that come after the specified item.

limit
number

Response page limit. Min 1, Max 100, Default value is 10.

Response

200 - application/json

List of Transactions and hasMore flag.

hasMore
boolean
required
data
object[]
required