Skip to main content

List Withdrawals

The payouts of one member. member_id is required; further filters narrow by asset, network or client id.

GET/api/withdrawalsAuth: Required

Query Parameters

member_idnumberRequired

Filter by member_id.

asset_idstring

Filter by asset_id.

dchain_idstring

Filter by dchain_id.

client_withdrawal_idstring

Filter by client_withdrawal_id.

pagenumber

Page number. Default 1.

per_pagenumber

Items per page. Default 20, maximum 1000.

In progress

The response fields for this endpoint are still being written up. Until then, the Swagger UI lets you run the call and see the actual response.

Paginated

This list returns an envelope — total_count, per_page, total_pages, page, prev_page, next_page and items — not a bare array. See API Conventions.