Skip to main content
GET
List Transactions
Pass transaction_type=EXTERNAL_BUY to list external buy transactions. ONRAMP_AND_WITHDRAW is a deprecated alias for this value - use EXTERNAL_BUY instead. Plain BUY and POOL_BUY are also valid values for other buy flows.

Headers

X-Api-Key
string
required

Your API key (configured in credentials)

X-Signature
string
required

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.

X-Timestamp
string
required

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.

X-Request-Id
string
required

Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.

X-User-Id
string
required

User UUID (set above)

Query Parameters

transaction_type
enum<string>
required

Filters the list by transaction type.

Available options:
EXTERNAL_SELL,
POOL_SELL,
SELL,
BUY,
POOL_BUY,
EXTERNAL_BUY,
DEPOSIT,
WITHDRAW
limit
integer

Maximum records to return. Defaults to 10 if invalid or absent.

offset
integer

Millisecond timestamp cursor.

Response

200 - application/json

Successful response

success
boolean
data
object[]