Biconomy Dashboard Public API
GET /api/public/projects/me/supertransactions returns a project's full supertransaction history for reporting, reconciliation and gas-spend accounting. Each item carries the supertransaction hash, execution status, chain ids and payment details (fee token, gas fee, amounts). Authenticated with the project API key in a lowercase x-api-key header. This is the only Biconomy surface with a collection and the only one with pagination: query parameters lowerBound, upperBound, executedOnly, limit, cursor and before drive cursor pagination, and responses carry a pagination object of {limit, hasNextPage, nextCursor}. It appears in no published OpenAPI — it is documented only in prose at the history-and-costs page — so it is registered here as a documented-but-unspecified surface.