List wallet transactions
Returns a cursor-paginated wallet timeline across fiat and stablecoin activity. Use this endpoint for reconciliation of deposits, fees, adjustments, refunds, and withdrawals initiated through the API or Stabyl Pro.
Authorizations
API credential. Withdrawal quote and submit operations additionally require the documented Ed25519 timestamp, nonce, and signature headers.
Query Parameters
Opaque cursor returned as next_cursor by the previous response for this endpoint.
Number of transactions to return. Defaults to 20 and is capped by the API.
x >= 0Filter wallet activity by rail, such as fiat or crypto. Stablecoin rail and enabled chain routes for USD settlement.
fiat, crypto Filter wallet activity by wallet currency, such as NGN or USD.
Filter wallet activity by status, such as pending, processing, success, failed, cancelled, or hold.
Filter by transaction type: deposit, withdrawal, refund, fee, or adjustment.
Inclusive lower time bound. Accepts RFC3339 or date-only YYYY-MM-DD; date-only values start at midnight UTC.
Inclusive upper time bound. Accepts RFC3339 or date-only YYYY-MM-DD; date-only values include the full UTC day.
Case-insensitive partial match against the transaction reference.