Retrieve account transfers and retirements

View your account's ledger history, such as account-to-account transfers and retirements.

SecurityJWT
Request
path Parameters
ledgerIdentifier
required
string <uuid>

Ledger identifier, can be found using /api/ledger endpoint

Example: 4b7375e9-79b0-4b8b-a89e-a21607f0239f
query Parameters
onBehalfOfSrcAcctId
string

If permitted, allows the caller to request transfer history on behalf of another account holder, identifying that account holder by their system-assigned srcAcctId.

Example: onBehalfOfSrcAcctId=4b7375e9-79b0-4b8b-a89e-a21607f0239f
$skip
integer <int32>
$top
integer <int32>
$filter
string
$apply
string
$orderby
string
$count
boolean
Responses
200

transfer batches retrieved

404

Not Found

get/api/ledger/{ledgerIdentifier}/history
Response samples
application/json
{
  • "ledgerHistoryRecords": [
    ]
}