Okto Embedded WalletUsing Embedded Wallet

Transferring Non-Fungible Tokens

Learn how to transfer NFTs using the Okto SDK.

Methods Overview

MethodsDescription
async transferNftTransfer NFTs based on the provided data
async orderDetailsNftFetches details of a specific NFT order based on the provided query

Transfer NFTs

async transferNft(data) transfers a NFT based on the provided data.

Parameters

ParameterTypeDescription
dataTransferNftData being provided for transferring the NFT

Response

Success Response

Field NameTypeDescription
resultFuture<TransferNftResponse>Returns information about the NFT transferred

Get NFT order details

async orderDetailsNft(query) fetches details of a specific NFT order based on the provided query.

Parameters

ParameterTypeDescription
query<NftOrderDetailsQuery>Query provided for fetching the NFT order details

Response

Success Response

Field NameTypeDescription
resultFuture<OrderDetailsNftResponse>Returns information about the order

On this page