Skip to main content
GET
List Stablecoin Transactions
This endpoint provides a comprehensive view of stablecoin transactions including issuances, redemptions, transfers, and burns.

Authentication

This endpoint requires a valid API key with stablecoin:read permissions.

Query Parameters

string
Filter transactions by address (as sender or recipient)
string
Filter by transaction type: “issue”, “redeem”, “transfer”, “burn”
string
Filter by status: “pending”, “confirmed”, “failed”
string
Filter by stablecoin denomination (e.g., “ssusd”)
string
Start date for transaction range (ISO 8601 format)
string
End date for transaction range (ISO 8601 format)
string
Minimum transaction amount (in smallest unit)
string
Maximum transaction amount (in smallest unit)
integer
Number of results per page (max: 100, default: 20)
integer
Pagination offset
string
Sort order: “asc” or “desc” (default: “desc”)

Response

array
Array of transaction objects
object
Pagination information

Error Codes

Code Examples