Get NFT Info

Query NFT info by looprings nftData

EndPoint

GET /api/v3/nft/info/nfts
FieldDescriptionExample

X-API-KEY

ApiKey

"HlkcGxbqBeaF76j4rvPaOayfPwnkQ6B6DQ6THZWbvrGxzEdulXQvOKLrRWZLnN"

Request

FieldDescriptionExample

nftDatas

users The Loopring's NFT token data identifier, separate by ",", max is 50

"0xf7c932351186c3a9053f31eefa16209c018f7f1dba8aa8ca7100400f7c31085,0xc3a9053f313eef7c932351ca7100400f7c186fa16209c018f7f1dba8aa831085"

Response

List[NftInfo]

Model

NftInfo

FieldDescriptionExample

nftData

NFT token nftData

"0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085"

minter

The minter of the NFT token. If withdraw and deposit, 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

(Optional) deprecated, will remove

"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"

originalRoyaltyPercentage

(Optional) deprecated, will remove

Last updated