List reports
Lists generated reports.
Query parameters
Number of reports to return
Only return reports created after this date
Only return reports created before or on this date
Only return reports for this enterprise
Only return reports for this wallet
Only return reports for this wallet type
Only return reports for this report type
Only return rports for this report status
Only return reports created after this ID
Only return reports for this report format
Only return reports for this report asset
Only return reports for this report asset
Sort order of returned reports based on _id.
Response
OK
Example response
{
"reports": [
{
"holdings": {
"enterprise": "59cd72485007a239fb00282ed480da1f"
},
"transactions": {
"enterprise": "59cd72485007a239fb00282ed480da1f",
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"quarterly": {
"enterprise": "59cd72485007a239fb00282ed480da1f"
},
"trades": {
"enterprise": "59cd72485007a239fb00282ed480da1f"
},
"staking": {
"enterprise": "59cd72485007a239fb00282ed480da1f",
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"gasTankReport": {
"enterprise": "59cd72485007a239fb00282ed480da1f"
},
"holdingsByAddress": {
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"organizationTransactions": {
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"organizationTransactionsV2": {
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"organizationHoldingsByAddress": {
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"organizationStaking": {
"wallets": [
"59cd72485007a239fb00282ed480da1f"
]
},
"costBasis": {
"enterprise": "59cd72485007a239fb00282ed480da1f"
},
"id": "59cd72485007a239fb00282ed480da1f",
"user": "59cd72485007a239fb00282ed480da1f"
}
]
}Changes
Changed in 1 of the 33 revisions of this API.12
- ●
added the new
gasTankReportenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
gasTankReportto thequeryrequest parameterreportTyperequest-parameter-enum-value-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ●