v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBl) Wallet Withdrawals
List withdrawals for a wallet
Returns withdrawals for the wallet, optionally filtered by external unique ID and date range.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/{walletId}/withdrawals
Path parameters
tenantIdinteger required
walletIdinteger required
Query parameters
dateFromInclstring
Start of the date range (inclusive). ISO 8601 date string.
dateToExclstring
End of the date range (exclusive). ISO 8601 date string.
externalUniqueIdstring
The external unique ID provided when the withdrawal was created. Returns 0 or 1 results.
limitinteger
offsetinteger
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00",
"holdUntil": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
]