Activity Feed

Get transactions

get
Query parameters
accountIdsstring[]Optional

List of account IDs to filter transactions. If not provided, transactions from all accessible accounts are included.

Example: ["e0cab2dd-739f-43de-b131-3e423e935bf1"]
fromDatestring | nullableOptional

Start date for filtering transactions (inclusive). Expected format: YYYY-MM-DD. No lower bound if omitted.

Example: 2025-01-01
toDatestring | nullableOptional

End date for filtering transactions (inclusive). Expected format: YYYY-MM-DD. No upper bound if omitted.

Example: 2025-12-31
pagenumberRequired

Page number for paginated results. Starts from 1.

Default: 1Example: 1
limitnumber · max: 100Required

Number of transactions per page. Maximum allowed value is 100.

Default: 10Example: 10
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
200

List of transactions

application/json
Responseall of
objectOptional
and
get
/v1/partner/transactions

Get transaction

get
Path parameters
transactionIdstringRequired
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Responses
200

Transaction detail

application/json
get
/v1/partner/transactions/{transactionId}

Last updated

Was this helpful?