Download a CSV file with Credits Usage entries.
GET/account/credits/usage/report/
Request
Query Parameters
end_dt date-time
Include instances created before ISO-formatted timestamp
operation string
Possible values: [earned
, expired
, purchased
, used
]
Filter by operation. Multiple values are allowed.
start_dt date-time
Include instances created after ISO-formatted timestamp
target string
Base58
ID to filter instances by the target linked to the entry
target__label string
Filter by the name of the target's label.
Responses
- 200
- 400
- 401
- 500
Download a CSV file with Credits Usage entries
- text/csv
- Schema
- CSVFileHeaderExample
Schema
string
CSV file header example
timestamp,description,amount,balance,on_hold,balance,full_balance,scan,target
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...