Appearance
Get X/Twitter API pricing table
Returns Zernio's canonical X/Twitter API pricing table. Each X action has its own Metronome product and its own rate, and Zernio passes X API costs through at exact rates with zero markup.
The response is identical for every authenticated user (pricing is universal), so it is safe to cache on the client for the duration of a billing period.
To compute your own per-operation spend, pair this endpoint with GET /v1/usage-stats — that endpoint returns usage.xApiCallsByOperation keyed by the same operation field you get here.
GET /v1/billing/x-pricing
Returns Zernio's canonical X/Twitter API pricing table. Each X action has its own Metronome product and its own rate, and Zernio passes X API costs through at exact rates with zero markup.
The response is identical for every authenticated user (pricing is universal), so it is safe to cache on the client for the duration of a billing period.
To compute your own per-operation spend, pair this endpoint with GET /v1/usage-stats — that endpoint returns usage.xApiCallsByOperation keyed by the same operation field you get here.
Responses
200 — X pricing table
currency(string)markup(string) — Always 0% — Zernio does not mark up X API rates.source(string)lastVerified(string) — Date the prices were last verified against X's published rates.tiers(array) — Rollup of operations grouped by their per-call price.operations(array) — Flat list of every X operation Zernio can perform, with its rate.
401