List deposit methods
Returns the deposit methods available to the selected account for an asset.
Use method to distinguish options on the same network, and use each method’s stable id as method_id when claiming or listing deposit addresses. maximum combines the method’s per-transaction cap with the account’s remaining supported amount-based rolling limits. Supported count-based limits are listed separately in period_limits. These values are informational and may change before a deposit is processed.
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 will receive deposits.
1 - 64Asset symbol to discover deposit methods for. Use a symbol returned by the PWS Assets API.
1 - 16Query Parameters
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
Deposit methods available for the selected account and asset.