Skip to content

Approve a NFT transfer

POST
/v2/asset/erc721/approve

Approve an address to transfer a specific NFT.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
spender
required

The spender address of the ERC721 token

string
tokenId
required

The tokenId of the ERC721 token

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
signingWalletId
required

The signingWalletId of the minter

string

Approval operation result

object
txData
required

The txData of the approved ERC721 token

string
chainId
required

The chainId of the approved ERC721 token

number
to
required

The to address of the approved ERC721 token

string
from
required

The from address of the approved ERC721 token

string
contractAddress
required

The contract address of the approved ERC721 token

string
hash
required

The hash of the approved ERC721 token

string
index
required

The index of the approved ERC721 token

number
gasUsed
required

The gasUsed of the approved ERC721 token

string
blockHash
required

The blockHash of the approved ERC721 token

string
blockNumber
required

The blockNumber of the approved ERC721 token

number
logs
required

The logs of the approved ERC721 token

Array<object>
object
gasPrice
required

The gasPrice of the approved ERC721 token

string
type
required

The type of the approved ERC721 token

number
status
required

The status of the approved ERC721 token

number
returnData
required

The returnData of the approved ERC721 token

string