{
"data": [
{
"id": "t-1111-2222-3333-aaaa",
"type": "ON_RAMP",
"status": "AWAITING_FUNDS",
"customer_id": "7f2a1b2c-1111-2222-3333-aaaaaaaaaaaa",
"from_currency": "BRL",
"to_currency": "USDC",
"amount": "1000.00",
"created_at": "2025-09-17T19:00:00Z"
},
{
"id": "t-4444-5555-6666-bbbb",
"type": "TRANSFER",
"status": "SUCCESS",
"customer_id": "8e3b2c4d-4444-5555-6666-bbbbbbbbbbbb",
"from_currency": "USDC",
"to_currency": "USDC",
"amount": "250.00",
"created_at": "2025-09-17T19:00:00Z"
}
],
"paging": {
"limit": 20,
"offset": 0,
"total": 2
}
}