Transactions
Structure
Endpoints
Last updated
Last updated
GET /v1/transactions HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"type": "DEPOSIT",
"status": "PENDING",
"hash": "text",
"chainId": "text",
"walletAddress": "text",
"vaultId": "text",
"epochId": "text",
"tokenId": "text",
"amount": "text",
"amountUSD": "text",
"gasFeeUSD": "text",
"block": {
"number": 1,
"timestamp": 1
},
"createdAt": "2026-02-06T05:59:50.926Z",
"updatedAt": "2026-02-06T05:59:50.926Z",
"createdBy": "text",
"updatedBy": "text"
}
],
"totalCount": 1
}