GET /user/pending-deploy-proxy is one half of confirming a deployment started by
POST /user/deploy-proxy.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The migration to V3 will occur on August 25 at 10am EST. Old API integrations will stop working. See the Migrate to V3 guide →
Check whether a proxy wallet deployment is still pending.
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.