Get Operation Status

URL Expired

The URL for this request expired after 30 days.

id

string

required

^[a-zA-Z0-9-]+$

ID for an asynchronous operation

``200 OK

``401 Unauthorized

``403 Forbidden

``404 Not Found

``500 Internal Error

``default Error

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/operations/{id}

xxxxxxxxxx

curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/operations/id \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200401403404500default

Updated 3 months ago