Skip to main content

Get Export Report Status

POST 

/private/ExportStatus

Get status of requested data exports.

API Key Permissions Required: Data - Export data

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    report stringrequired

    Possible values: [trades, ledgers]

    Type of reports to inquire about

Responses

Export status retrieved

Schema
    result object[]
  • Array [
  • id string

    Report ID

    descr string
    format string
    report string
    subtype string
    status string

    Possible values: [Queued, Processing, Processed]

    Status of the report

    flags stringdeprecated
    fields string
    createdtm string

    UNIX timestamp of report request

    expiretm stringdeprecated
    starttm string

    UNIX timestamp report processing began

    completedtm string

    UNIX timestamp report processing finished

    datastarttm string

    UNIX timestamp of the report data start time

    dataendtm string

    UNIX timestamp of the report data end time

    aclass stringdeprecated
    asset string
  • ]
  • error string[]
Loading...