v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBtransactions-transactions
Retrieve list of customer transactions
get/transactions/customers/{id}/history
Path parameters
idstring uuid required
userId
Query parameters
transactionType'ONRAMP' | 'OFFRAMP'
Transaction order type, can be ONRAMP or OFFRAMP
fromstring
15-04-2022
tostring
15-08-2022
sizeinteger
pageinteger
statusesTransactionOrderStatus[]
tokenstring
fiatstring
networkstring
paymentChannelstring
referencestring
otherPartyIdstring uuid
tradeRequestBroadcastIdstring
isTradeRequestBroadcastboolean
Response
Success
Example response
{
"transactions": [
{
"reference": "0165359005113074501885",
"customerName": "John Doe",
"offer": {
"rate": 0.32,
"networkId": "TRC20",
"fiatSymbol": "NGN",
"fiatAmount": 120.5,
"token": "USDT",
"tokenAmount": 120.5,
"usdAmount": 120.5,
"partnerDisplayName": "John Doe",
"adNote": "Guaranteed fast payment"
},
"paymentChannelId": "BANK_TRANSFER_NIGERIA",
"customerWallet": {
"networkId": "bsc_testnet",
"walletName": "My Trust Wallet"
},
"rating": 3,
"fee": {
"asToken": "1000.0"
}
}
]
}