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.
Your partner secret key (server-side only)
UUID for request tracing. Para returns one if omitted.
Wallet ID
"0a1b2c3d-4e5f-6789-abcd-ef0123456789"
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