This endpoint provides a comprehensive view of stablecoin transactions including issuances, redemptions, transfers, and burns.
Authentication
This endpoint requires a valid API key withstablecoin:read
permissions.
Query Parameters
Filter transactions by address (as sender or recipient)
Filter by transaction type: “issue”, “redeem”, “transfer”, “burn”
Filter by status: “pending”, “confirmed”, “failed”
Filter by stablecoin denomination (e.g., “ssusd”)
Start date for transaction range (ISO 8601 format)
End date for transaction range (ISO 8601 format)
Minimum transaction amount (in smallest unit)
Maximum transaction amount (in smallest unit)
Number of results per page (max: 100, default: 20)
Pagination offset
Sort order: “asc” or “desc” (default: “desc”)
Response
Array of transaction objects
Pagination information
Error Codes
Code | Description |
---|---|
400 | Invalid query parameters |
401 | Unauthorized - Invalid API key |
429 | Rate limit exceeded |
500 | Internal server error |