Get all sweeps for a balance account

GET {{baseUrl}}/balanceAccounts/{{balanceAccountId}}/sweeps?offset=56&limit=56

Returns a list of the sweeps configured for a balance account. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 sweeps and to skip the first 10, use /balanceAccounts/{balanceAccountId}/sweeps?limit=5&offset=10.

Request Params

KeyDatatypeRequiredDescription
offsetnumber
limitnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring