Get withdrawals

GET {{baseUrl}}/v3/offchain/withdrawal?currency=BTC&status=Done&pageSize=10&offset=0

1 credit per API call.


Get withdrawals.

Request Params

KeyDatatypeRequiredDescription
currencystringCurrency of the withdrawal
statusstringStatus of the withdrawal
pageSizenumber(Required) Max number of items per page is 50.
offsetnumberOffset to obtain next page of the data.

RESPONSES

status: OK

[{"amount":"0.001","id":"5e68c66581f2ee32bc354088","accountId":"5e68c66581f2ee32bc354087","address":"mpTwPdF8up9kidgcAStriUPwRdnE9MRAg7","reference":"0c64cc04-5412-4e57-a51c-ee5727939bcb","fee":"0.0005","txId":"62BD544D1B9031EFC330A3E855CC3A0D51CA5131455C1AB3BCAC6D243F65460D","status":"InProgress","attr":"12345","multipleAmounts":["0.1","0.1"],"paymentId":"12345","senderNote":"Sender note"},{"amount":"0.001","id":"5e68c66581f2ee32bc354088","accountId":"5e68c66581f2ee32bc354087","address":"mpTwPdF8up9kidgcAStriUPwRdnE9MRAg7","reference":"0c64cc04-5412-4e57-a51c-ee5727939bcb","fee":"0.0005","txId":"62BD544D1B9031EFC330A3E855CC3A0D51CA5131455C1AB3BCAC6D243F65460D","status":"InProgress","attr":"12345","multipleAmounts":["0.1","0.1"],"paymentId":"12345","senderNote":"Sender note"}]