Skip to main content
GET
/
v1
/
audit.csv
cURL
curl --request GET \
  --url https://api.pegana.xyz/v1/audit.csv

Query Parameters

from
string<date-time>
required

Lower bound (inclusive) on detected_at. ISO-8601 / RFC-3339.

to
string<date-time>
required

Upper bound (inclusive) on detected_at. Max 90 days from from per ADR-0014.

asset
string

Optional asset symbol filter (e.g. USDe). Recommended for large ranges.

Response

Streaming CSV export (chunked transfer encoding); max 50k rows per ADR-0014