get https://api.dev.coinfx.network/v1/withdrawal
Search for Withdrawals for a given identityId
or organizationId
.
The identityId
or organizationId
query parameters are mandatory. Withdrawals can be further filtered by populating the status
request parameters.
The status parameter can either be set using a single value (eg COMPLETED
) or by providing a comma separated list (eg COMPLETED,PENDING
)