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

KeyDatatypeRequiredDescription
pageSizenumber(Required) Max number of items per page is 50.
offsetnumberOffset 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."}]