ledger-offramp accounts
Get transactions for offramp account
Get a paginated list of transactions proccessed by offramp accounts
get/ledger/offramp-accounts/{id}/transactions
Path parameters
idstring required
Query parameters
pageinteger
Page parameter, starting from 1
sizeinteger
Response
List of transactions
Example response
{
"content": [
{
"currency": "USD",
"payoutCurrency": "NGN",
"amount": 100,
"rate": 1450.75,
"payoutAmount": 145075,
"feeAmount": 0.5,
"providerReference": "PROV123456",
"recipient": {
"accountName": "John Doe",
"beneficiaryType": "BeneficiaryLocalBankAccount",
"bankName": "Great Bank LLC",
"accountIdentifier": "230101010",
"paymentChannelId": "BANK_TRANSFER_NIGERIA",
"country": "IE"
},
"blockchainInfo": {
"txHash": "0x093a0b443d5f698d1097368c1c05fab1ee2304e508b36c08bb72c40389c17584",
"recipient": {
"address": "0x2b059a574a35e60b228d10d54fec2671de4928e1",
"memo": "1290122112"
},
"senderAddress": "0x2b059a574a35e60b228d10d54fec2671de4928e1",
"blockNumber": 20564802,
"tokenSymbol": "USDT"
}
}
]
}Changes
Changed in 2 of the 6 revisions of this API.4
- ○
added the optional property
///////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////to the response with the statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○