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
| Key | Datatype | Required | Description |
|---|---|---|---|
offset | number | ||
limit | number |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |