{
"success": true,
"transactions": [
{
"transaction_id": "rillis_tx_12345",
"client_transaction_id": "transaction_12345",
"transaction_type": "fiat",
"sending_dollar_amount": 100,
"sending_amount": 100,
"sending_currency": "USD",
"receiving_amount": 92,
"receiving_currency": "EUR",
"crypto_network": null,
"crypto_asset": null,
"sending_wallet": null,
"receiving_wallet": null,
"status": "COMPLETED",
"reasons_rejection_analysis": null,
"reasons_rejection_operator": null,
"rejected_at": null,
"analyzed_at": 1684356854091,
"created_at": 1684356824091
},
{
"transaction_id": "rillis_tx_67890",
"client_transaction_id": "transaction_67890",
"transaction_type": "crypto",
"sending_dollar_amount": 1000,
"sending_amount": 0.05,
"sending_currency": "BTC",
"receiving_amount": 1000,
"receiving_currency": "USD",
"crypto_network": "Bitcoin",
"crypto_asset": "BTC",
"sending_wallet": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"receiving_wallet": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy",
"status": "COMPLETED",
"reasons_rejection_analysis": null,
"reasons_rejection_operator": null,
"rejected_at": null,
"analyzed_at": 1684356954091,
"created_at": 1684356924091
}
],
"total": 2,
"page": 1,
"limit": 20,
"total_pages": 1
}