Check transaction status
This is an outdated version of our documentation.
Please visit the latest version at https://docs.blockend.com/ for up-to-date and accurate information.
After user signs and submits the transaction on chain, check the status of the transaction by passing in the signature hash of the transaction. You need to keep polling this api to get the status
of the transaction. Once the status response is success
, you can proceed to the next step of the transaction (if any).
Endpoint: GET /status
GET /status
Query params
Response:
Example
Now, let check the status of the transaction we fetched in the previous step.
Request:
Response:
Last updated
Was this helpful?