Stablebase
x402 healthy
Supabase API On-demand Postgres databases via Supabase Management API. All endpoints POST. Pay per request with x402/MPP. Wallet-based access control — you can only see and manage databases you created. Base URL Auth x402/MPP payment (USDC on Base, Solana, or Tempo). Your wallet identity determines …
Trust Signals
8
Endpoints
77
Avg Score
$0.01 - $1
Price Range
N/A
On-chain Activity
Endpoints (8)
POST $0.01 100 POST $0.01 96 POST $0.01 74 POST $0.05 72 POST $0.01 72 POST $0.02 72 POST $1.00 64 POST $0.01 64
/api/supabase/projects/list
List all Supabase projects owned by the calling wallet. /api/supabase/projects/restore
Restore a paused Supabase project back to active state. Only the owner wallet can restore. /api/supabase/projects/get
Get full details for a Supabase project. Only the creating wallet can access it. /api/supabase/projects/delete
Permanently delete a Supabase project and all its data. Only the owner wallet can delete. This action cannot be undone. /api/supabase/database/types
Generate TypeScript type definitions from a Supabase project's database schema. Only the owner wallet can access. /api/supabase/database/query
Execute a SQL query against a Supabase project's database. Only the owner wallet can query. /api/supabase/projects/create
Provision a new Postgres database on Supabase. Returns project details and connection URL. The creating wallet becomes the owner. /api/supabase/projects/health
Check the health status of all services for a Supabase project. Only the owner wallet can check.