curl
Funds
List Funding Transactions
List Funding transactions
Funding transactions can be of type withdrawal or deposit.
Currently, this is a Master-User-only operation, so no user_id parameter
is taken.
GET
curl
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Query Parameters
Request funding transactions of the specified type
Available options:
withdrawal, deposit Pagination cursor for fetching the next set of results
Number of transactions to return per page. Default is 25 if not specified.
Required range:
1 <= x <= 500