Skip to main content

Get error status and message

GET 

https://api.fuse.io/api/v0/explorer/?module=transaction&action=getstatus

Get error status and message

Request

Query Parameters

    module stringrequired

    Possible values: [transaction]

    action stringrequired

    Possible values: [getstatus]

    txhash stringrequired

Responses

OK

Schema
    message string
    result object
    errDescription string
    isError string
    status string
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0/explorer
Parameters
— queryrequired
— queryrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?