{
"permits": [
{
"id": 1,
"chain_id": 8453,
"target": "0x1111111111111111111111111111111111111111",
"value": "1000000000000000000",
"status": "approved",
"reason": null,
"permit_hash": "0xabc123...",
"cost_usd": 100.0,
"timestamp": 1700000000
},
{
"id": 2,
"chain_id": 1,
"target": "0x2222222222222222222222222222222222222222",
"value": "5000000000000000000",
"status": "denied",
"reason": "tx value 5000.0 exceeds max_tx_value_usd 1000.0",
"permit_hash": null,
"cost_usd": 0.0,
"timestamp": 1700001000
}
]
}