Get all sweeps for a balance account
GET {{baseUrl}}/balanceAccounts/:balanceAccountId/sweeps
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 | The number of items that you want to skip. | |
limit | number | The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |