🔁Get SDA Transaction Details

get SDA transaction using the transaction identifier

Get SDA/NFT Transaction details in full

GET /api/Explorer/NFTTransactionId

To retrieve the transaction information in full

Query Parameters

NameTypeDescription

txid*

String

Contains the transaction identifier

Headers

NameTypeDescription

Content-Type

application/json

application in JSON format

Authorization*

Bearer <your Key>

attach your API key here

Usev2*

String

Value should be true or yes

Transactions Details with Javascript SDK

Liaas SDK package installation

/** 
 * SDA or NFT Transactions on Litecoin Blockchain
 **/
 
 
 //pass your API key, wallet name, and the encrypted key
const response = await liaasSdk.nftTransactionDetails(apiAccessKey, txId);

Last updated