Skip to content

Get key rotation status (aggregated per network)

GET
/v1/wallet/keys/rotate/{taskId}
curl --request GET \
--url https://api.parasta.io/v1/wallet/keys/rotate/example \
--header 'Authorization: Bearer <token>'
taskId
required
string

OK

Media type application/json
object
taskId
string
status
string
Allowed values: processing completed partial_failure
networks
Array<object>
object
networkId
string
status
string
Allowed values: completed failed processing
txHash
string
error
string
nullable
retryable
boolean
Example
{
"status": "processing",
"networks": [
{
"status": "completed"
}
]
}
Retry-After
integer
>= 1

Recommended polling interval (seconds).

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