Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 708 Bytes

File metadata and controls

19 lines (13 loc) · 708 Bytes
description
Get NFT Token details. Only available in JWT context. Please fetch your NFT info from other NFT data sources if possible.

getNftokenDetail( … )

This method is only available when using the SDK in a JWT context!

The getNftokenDetail method allows you to get basic XLS20 token information as fetched/parsed/cached for you by the XUMM backend.

Note: it's best to retrieve these results yourself instead of relying on the XUMM platform to get live XRPL transaction information!

const txInfo = await Sdk.getNftokenDetail(tokenId);

Returns: <NftokenDetail>