{
"account": { "account_id": "…", "display_name": "Empresa Ejemplo SpA", "type": "company" },
"period": { "from": "2026-01-01", "to": "2026-07-07", "timezone": "UTC" },
"generated_at": "2026-07-07T15:00:00Z",
"summary": {
"opening_balance": "0.000000",
"total_in": "985633.540000",
"total_out": "38099.870000",
"net_change": "947533.670000",
"closing_balance": "947533.670000",
"balanced": true,
"counts": { "payouts": 51, "payins": 12, "crypto_deposits": 18, "transfers": 4, "movements": 771 },
"fees_by_service": { "payout": "15.300000", "funding": "897.550000" },
"total_fees": "912.850000"
},
"breakdown": {
"by_product": [ { "product": "payouts", "count": 51, "usdt_in": "0.000000", "usdt_out": "38099.870000", "fees": "15.300000" } ],
"by_country": [ { "flow": "payouts", "country": "BO", "currency": "BOB", "count": 14, "local_amount": "28748.58", "usdt_amount": "2902.210000" } ],
"by_currency": [ { "currency": "BOB", "payout_local": "28748.58", "payin_local": "700.00" } ],
"by_month": [ { "month": "2026-01", "usdt_in": "985633.540000", "usdt_out": "35100.000000" } ]
},
"payouts": [ { "created_at": "…", "payout_id": "…", "country": "BO", "beneficiary": "Juan Quispe", "local_amount": "90.00", "fx_rate": "6.91", "usdt_amount": "13.024600", "fee": "0.300000", "fee_percent": "0.200000", "fee_fixed": "0.100000", "total_debit": "13.324600", "status": "completed" } ],
"payins": [ { "…": "…" } ],
"card_transactions": [ { "created_at": "…", "transaction_id": "…", "card_id": "…", "kind": "purchase", "merchant": "AMAZON.COM", "amount_usd": "25.00", "spend_asset": "USDT", "spend_amount": "25.000000", "status": "settled" } ],
"swaps": [ { "created_at": "…", "swap_id": "…", "from_asset": "USDT", "to_asset": "BTC", "from_amount": "10.000000", "to_amount": "0.00015433", "rate": "0.00001543", "status": "completed" } ],
"banking_operations": [ { "created_at": "…", "operation_id": "…", "direction": "out", "type": "wire", "currency": "USD", "amount": "150.00", "counterparty": "Acme Inc", "status": "completed" } ],
"assets": [
{
"asset": "GOLD",
"opening_balance": "0.000000",
"total_in": "12.500000",
"total_out": "2.000000",
"net_change": "10.500000",
"closing_balance": "10.500000",
"balanced": true,
"movements": [ { "type": "adjustment", "amount": "12.500000", "balance_after": "12.500000", "created_at": "…" } ]
}
],
"crypto_deposits": [ { "chain": "tron", "asset": "USDT", "tx_id": "…", "usdt_gross": "100.000000", "fee": "1.000000", "usdt_credited": "99.000000", "balance_after": "99.000000" } ],
"crypto_withdrawals": [ { "…": "…" } ],
"transfers": [ { "direction": "sent", "counterparty": "Ana Pérez", "asset": "USDT", "amount": "25.000000" } ],
"service_charges": [ { "type": "banking_fee", "service": "banking_customer", "fee_model": "fixed", "amount": "-0.500000", "balance_after": "98.500000" } ],
"movements": [ { "type": "funding", "amount": "99.000000", "balance_after": "99.000000", "created_at": "…" } ]
}