Generate coin specific report

get/api/v2/{coin}/reports

Generate a report of transactions across all wallets for the user with the given coin

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: btc

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