Skip to main content
GET /user/pending-deploy-proxy is one half of confirming a deployment started by POST /user/deploy-proxy.
pending: false does not mean the deployment succeeded. It goes false on success and on failure alike, because the query behind it selects only rows still marked PENDING. Read deployed on GET /user/proxy alongside it: pending: false with deployed: false means the deployment failed and should be retried. Proxy wallet has the poll loop.
Last modified on August 11, 2026