List Funding Claimed Addresses (v2)
Retrieve claimed deposit addresses. Results are paginated; use the cursor parameter to iterate through the list of addresses (page size equal to the value of limit).
API Key Permissions Required: Funds permissions - Query
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
The "API-Nonce" header should contain an always-increasing 64-bit integer, most commonly a Unix timestamp in milliseconds. Each request must use a nonce greater than the nonce of the previous request signed with the same API key.
Query Parameters
Optional filter by method or network. Claimed deposit addresses are not saved against a scope; this filters the list to claimed addresses for funding methods within the selected scope. Prefer method_id as the recommended filter.
- method_id
- network_id
Cursor from a previous response used to retrieve the next page. Do not provide other request parameters with a cursor.
1Maximum number of claimed deposit addresses to return.
0 < x <= 500Optional filter by asset. When this parameter is provided, class is required; name is optional.
Account ID