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

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

Response

transactions
array
Array of transaction objects
pagination
object
Pagination information

Error Codes

Code Examples