List Transactions (v1)
This endpoint covers 5 documented variants, distinguished by query parameter value:
- Get List of Pool Sell Transactions (
get-list-of-pool-sell-transactions): Get List of Pool Sell Transactions - Get List of Sell Transactions (
get-list-of-sell-transactions): Fetch list of all sell transactions for a user by user_uuid - Get List of Buy Transactions (
get-list-of-buy-transactions): Get List of Buy Transactions - Get List of Pool Buy Transactions (
get-list-of-pool-buy-transactions): Get List of Pool Buy Transactions - Get List of Crypto Deposit Transactions (
get-list-of-crypto-deposit-transactions): Get List of Crypto Deposit Transactions
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Query Parameters
The transaction_type parameter
Related topics
Get List of Crypto Withdraw Transactions (v1)List EDD Requests (v1)Get List of Internal Transfers (All) (v1)Get List of Internal Transfers (Single Asset) (v1)Get List of Transactions