List Funding Methods
Retrieve funding methods for the requested direction (deposit or withdraw). Results are paginated; use the cursor parameter to iterate through the list of methods (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.
Path Parameters
Filter by direction.
deposit, withdraw Query Parameters
Optional filter by asset. When this parameter is provided, class is required; name is optional.
For tokenized assets, controls whether amounts (eg fees, minimums, maximums) use rebased or base units.
rebased, base Maximum number of methods to return.
0 < x <= 10000Cursor from a previous response used to retrieve the next page. Do not provide other request parameters with a cursor.
1Account ID