Skip to main content
POST
List Api Requests

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Body

application/json
start_time
integer | null

Start of the time range as a Unix timestamp in milliseconds.

Required range: x >= 1577836800000
end_time
integer | null

End of the time range as a Unix timestamp in milliseconds.

Required range: x >= 1577836800000
limit
integer
default:100
Required range: 1 <= x <= 1000
sort
enum<string> | null

Optional timestamp sort direction. If omitted, defaults to desc when end_time is provided, otherwise asc.

Available options:
asc,
desc
filters
ColumnFilter · object[] | null
search
string | null

Response

Successful Response

columns
string[]
required
column_types
enum<string>[]
required
Available options:
String,
Float,
DateTime,
Int,
Bool,
JSON,
Map,
Array
rows
((string | integer | number | boolean | string<date-time> | null)[])[]
required
column_units
(enum<string> | null)[]
required
Available options:
ms,
s,
min,
duration,
credits,
usd,
eur,
inr,
pln,
gbp,
ratio,
rating