Phase 1 status. This reference is generated from the OpenAPI spec and lists every endpoint the public API exposes. Some endpoints are wired but return stubbed responses or have not been connected to downstream infrastructure yet:
- Broadcast —
eth_send_raw_transactionreturns a mock receipt (no real RPC);eth_send_transactionandsol_send_transaction(high-level send) currently error. - Stubbed queries —
get_send_transaction_status,get_on_ramp_transaction_status,get_gas_usage,get_nonces,get_boot_proof,get_latest_boot_proof,list_app_proofs,list_fiat_on_ramp_credentialsreturn empty / zero-valued responses. - Not in current proto —
get_balancesandget_tvc_app_statushave no corresponding RPC in the running services (their doc paths redirect to the Roadmap). - Webhooks — webhook endpoint CRUD and listing are wired. Current subscription support is limited to
ACTIVITY_UPDATES; update supports URL/name/active status but not subscription changes. - Notarize-only —
create_oauth_providersreturns an emptyprovider_idslist; fiat on-ramp CRUD activities only notarize, no real on-ramp is wired.