Generate a wallet report

get/api/v2/{coin}/reports/{walletId}

Generate a report of transactions for the given wallet

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: btc
  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • periodstring
    Defines a period of time
    Enum: day month all
  • formatstring
    Defines an output format
    Enum: csv
  • currencystringDefault: USD
    Defines a unit of currency
    Enum: ZAR USD GBP EUR CNY CAD AUD
  • startDatestring<date-time>
    Start date for the report
    Example: 11-01-2019

200 Response

data string
The report data. PDF reports will be encoded as a base64 string
status string
Status of the report
Allowed values: pending started finished
format string
Format of report ("pdf", "csv", or "json")

400 Response

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