Skip to main content
GET
/
v1
/
transactions
/
export
Export transactions
curl --request GET \
  --url https://sandbox-api.borderless.xyz/v1/transactions/export \
  --header 'Authorization: Bearer <token>'
"<string>"

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
type
enum<string>
Available options:
AssetDeposit,
Deposit,
Withdrawal,
Transfer,
TransferToExternalWallet,
Swap,
Approval,
Exchange
pfiName
enum<string>
Available options:
Bridge,
Pipes,
Koywe,
Kotanipay,
Lifi,
Hercle,
Bitso,
Yellowcard,
TraceFinance,
HoneyCoin,
BlindPay,
Finity,
Infinia,
Walapay,
Abra,
Yativo,
Capa,
Bivo,
Avenia,
Brale,
BVNK,
Cobre,
CoinsPH,
Iron,
Enigma,
Juicyway,
Kira,
TripleA
sourceAccountId
string
destinationAccountId
string
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"

Response

200 - text/csv

CSV file containing the exported transactions.

The response is of type file.