get
https://api.blockpeer.finance/api/blockpeer-trade/trade/did/deployDidStatus
Check the status of a DID deployment operation using the unique deployId returned from the deployDid endpoint.
Returns the current status of a previously triggered DID document deployment.
Use it to track deployment progress (queued/building/success/failed) and decide when the DID document is publicly available.
Quick Integration Notes
- Poll this endpoint after starting deployment (e.g., every 3-10 seconds with timeout/backoff).
- Treat terminal success states as “safe to consume DID URL.”
- Treat failure/error states as actionable deployment failure and prompt retry/redeploy.
- Stop polling after success/failure to reduce API and provider load.
