transactions

Gets the user's $AUDIO transaction history within the App

Deprecated: Use /users/{id}/transactions/audio or sdk.full.users.getAudioTransactions() instead.

get/transactions

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

sort_method'date' | 'transaction_type'

The sort method

sort_direction'asc' | 'desc'

The sort direction

Headers

Encoded-Data-Messagestring

The data that was signed by the user for signature recovery

Encoded-Data-Signaturestring

The signature of data, used for signature recovery

Response

Success

latest_chain_blockinteger required
latest_indexed_blockinteger required
latest_chain_slot_playsinteger required
latest_indexed_slot_playsinteger required
signaturestring required
timestampstring required

Changes