Skip to main content

Return the data of a transaction, if it exists in the wallet

GET 

/wallet/transaction

Return the data of a transaction, if it exists in the wallet

Request

Query Parameters

    id stringrequired

    Transaction id (hash) to get data.

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Responses

Return the transaction data

Schema

    any

Loading...