get
https://eapi.askedgar.io/v1/pricing
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Per-endpoint pricing snapshot for the endpoints your tier is licensed for. Returns the per-GB and per-MB price for each endpoint.
Authenticated by API key; this endpoint is not billed and does not consume credits.
When to use
- Building a pricing table inside your own admin UI.
- Cost-modeling a new integration against multiple endpoints.
- Sanity-checking the
/estimatenumbers against the raw per-GB rates.
Response highlights
endpoints[]— one row per endpoint your tier can call. Endpoints you cannot access are omitted.name— endpoint slug (e.g.reverse-splits).price_per_gb_dollars— raw per-GB price as a number.price_per_gb_formatted— same value, dollar-formatted (e.g.$120) for display.price_per_mb_dollars— raw per-MB price as a number.price_per_mb_formatted— same value, dollar-formatted (e.g.$9.77) for display.
Notes
- For an exact pre-flight cost on a specific request shape, use Estimate instead — it accounts for cardinality and date range. This endpoint is the unfiltered price card.