Transactions
List transactions
Returns a paginated list of transactions, optionally filtered by type and status.
get/v1/stablecoin/transactions
Query parameters
transactionTypesstring[]
Filter by transaction type. Repeatable.
statusesstring[]
Filter by status. Repeatable.
pageinteger
Page number, 0-indexed (default 0)
sizeinteger
Page size (default 20)
sortstring
Sort field and direction (default: updatedAt,desc). Supported fields: updatedAt, createdAt, type, status, amount.
Response
Paginated list of transactions
Changes
No recorded changes to this endpoint across all 1 revision of this API.