Get NFT Data

Query nftDatas by minter, tokenAddress and nftID.

EndPoint

GET /api/v3/nft/info/nftData
FieldDescriptionExample

X-API-KEY

ApiKey

"HlkcGxbqBeaF76j4rvPaOayfPwnkQ6B6DQ6THZWbvrGxzEdulXQvOKLrRWZLnN"

Request

FieldDescriptionExample

minter

The minter's address.

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

tokenAddress

The NFT token's address

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

nftId

The NFT Id of the NFT token

"001"

Response

FieldDescriptionExample

nftData

NFT token nftData

"0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085"

minter

The minter of the NFT token. If withdrawn to Ethereum L1 and deposited back to Loopring L2, the minter would be the same as tokenAddress

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

nftType

NFT type

"ERC1155, ERC721"

tokenAddress

NFT Token address

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

nftId

NFT Id

"0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085"

creatorFeeBips

(Deprecated)

10

royaltyPercentage

How much royalties to be paid to the creator. Ranging from 1-10

10

status

status

"true"

nftFactory

counterFactual NFT factory

"0xbbbbca6a90 1c926f240b89 eacb641d8aec 7aeafd"

nftOwner

counterFactual NFT owner

"0xbbbbca6a90 1c926f240b89 eacb641d8aec 7aeafd"

nftBaseUri

counterFactual NFT base uri

""

royaltyAddress

Wallet address where the NFT royalties should be sent

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

originalMinter

original minter address, normally the same as minter.

If withdrawn to Ethereum L1 and deposited back to Loopring L2, the minter would be the same as tokenAddress

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

Last updated