Get report

get/api/v2/reports/{reportId}

Returns a single report by report ID.

Path Parameters

  • reportIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

holdings object
Holdings report
byWallet boolean
enterprise string required
ID of the enterprise
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
includeStaking boolean
snapshotDate string <date-time>required
Date of the snapshot
transactions object
Transactions report
assets array[string]
endDate string <date-time>required
Date of the snapshot
enterprise string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
isDetailed boolean
startDate string <date-time>required
Date of the snapshot
wallets array[string]
Example: 59cd72485007a239fb00282ed480da1f
walletTypes array[string]
quarterly object
Quarterly report
endDate string <date-time>required
Date of the snapshot
enterprise string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
startDate string <date-time>required
Date of the snapshot
trades object
Trades report
assets array[string]
endDate string <date-time>required
Date of the snapshot
enterprise string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
isFillsReport boolean
startDate string <date-time>required
Date of the snapshot
staking object
Staking report
assets array[string]
endDate string <date-time>required
Date of the snapshot
enterprise string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
isBalanceReport boolean
startDate string <date-time>required
Date of the snapshot
wallets array[string]
Example: 59cd72485007a239fb00282ed480da1f
walletTypes array[string]
id string required
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
type string required
Type of report
Allowed values: holdings transactions quarterly trades staking
format string required
Format of report
Allowed values: csv pdf
status string required
Status of report
Allowed values: pending processing completed failed
createdAt string <date-time>required
Date report was created
completedAt string <date-time>
Date report was completed
documentName string
Name of the report document
Min length: >= 1 characters
user string required
ID of the user who requested the report
Min length: >= 1 characters
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id