Get blocked amounts in an account
GET {{baseUrl}}/v3/ledger/account/block/:id?pageSize=10&offset=0
1 credit per API call.
Gets blocked amounts for an account.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| pageSize | number | (Required) Max number of items per page is 50. | |
| offset | number | Offset to obtain the next page of data. | 
RESPONSES
status: OK
[{"id":"5e68c66581f2ee32bc354087","accountId":"5e68c66581f2ee32bc354087","amount":"5","type":"DEBIT_CARD_OP","description":"Card payment in the shop."},{"id":"5e68c66581f2ee32bc354087","accountId":"5e68c66581f2ee32bc354087","amount":"5","type":"DEBIT_CARD_OP","description":"Card payment in the shop."}]