List Transactions
List the REST transaction history for a wallet, scoped to the authenticated partner.
Results are ordered by createdAt DESC and paginated via opaque cursor.
POST /transfer broadcasts by default and appears in this list. POST /sign-transaction
appears only when called with broadcast: true. Sign-only requests (broadcast: false
or omitted for sign-transaction) do not write history rows.
Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your partner secret key (server-side only)
Headers
UUID for request tracing. Para returns one if omitted.
Path Parameters
Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
Query Parameters
Maximum number of items to return (1-100)
1 <= x <= 100Opaque cursor for pagination. Use the value from a previous response's pagination.cursor field.
Filter by transaction status.
pending, submitted, confirmed, reverted, failed Filter by the REST operation that created the transaction record.
transfer, sign_transaction