Platform Apps API
Platform app routes expose cross-tenant operational data for platform operators. They require a platform key and route scopes when scoped platform keys are enabled.Get Gas Spend
Returns sponsored gas reservations and settled spend for tenant-scoped wallets. Timestamp filters accept Unix seconds or milliseconds, and the server caps the range at 30 days.platform:gas-spend:read
Query Parameters:
wallet_external_ids can also be sent as walletExternalIds. Steward resolves
external IDs to canonical tenant wallet IDs before querying spend history, so
response entries still use canonical agentId values.
External ID Errors
| Status | Error |
|---|---|
400 | wallet_external_ids contains an invalid ID or more than 100 IDs. |
404 | One or more wallet external IDs are unknown in the tenant. |
409 | A wallet external ID maps to multiple tenant wallets and must be deduplicated before querying. |