getTransaction
Get information about a specific transaction.
Input Arguments
Parameter
Description
txid: string
The id of the transaction you would like to get information about
network?: string
Network to submit this request to. If omitted, will default to network the wallet is currently set to. If omitted, will default the network which the wallet is set to
Success Response
The wallet will return the direct response from the RPC node.
Error Response
Parameter
Description
type: string
The type of error which has occured
description: string
A description of the error which has occured
data: string
Any raw data associated with the error
Example
Request
Response
最后更新于