List deposit addresses
Lists crypto deposit addresses available for use with a funding method on the selected account.
Compatible funding methods can share an address space, so the same address may be returned for more than one asset or network. The method_id selects a context in which the returned addresses are valid; it does not identify the method through which an address was originally claimed.
Results are returned in a stable order. A page token is valid only with the same account and funding method used to obtain it.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
Public identifier of the account that owns the deposit addresses.
1 - 64Query Parameters
Crypto funding method identifier returned by the deposit-methods endpoint.
Maximum number of results to return. Defaults to 20 when omitted.
1 <= x <= 25Opaque token returned as next_page_token in the previous response. Omit to request the first page.
1 - 256Response
Crypto deposit addresses available for the selected account and method.