accountId
{ "transactions": [ { "id": "string", "accountId": "string", "type": "transfer" | "sweep" | "strategy", "status": "pending" | "approved" | "executed" | "failed", "amount": "string", "token": "USDC" | "USDT", "to": "string", "createdAt": "timestamp", "createdBy": "string" } ] }