List Deposits
The deposits of one member. member_id is required — there is no merchant-wide deposit feed. Further filters narrow by asset, network, or the address the money arrived at.
GET
/api/depositsAuth: RequiredQuery Parameters
member_idnumberRequiredFilter by member_id.
asset_idstringFilter by asset_id.
dchain_idstringFilter by dchain_id.
deposit_address_idnumberFilter by deposit_address_id.
deposit_addressstringFilter by deposit_address.
pagenumberPage number. Default 1.
per_pagenumberItems 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.