Skip to content

Get AA deployment status

GET
/v1/wallet/networks/{networkId}/deploy/{jobId}
curl --request GET \
--url https://api.parasta.io/v1/wallet/networks/example/deploy/example \
--header 'Authorization: Bearer <token>'
networkId
required
string
jobId
required
string

OK

Media type application/json
object
jobId
string
status
string
Allowed values: processing completed failed
smartAccountAddress
string
txHash
string
error
string
nullable
Example
{
"status": "processing"
}
Retry-After
integer
>= 1

Recommended polling interval (seconds).

Please contact your representative. 담당자에게 문의해주세요.