Skip to main content
GET
Get NFT items

Query Parameters

address
string[]

NFT item address in any form. Max: 1000.

owner_address
string[]

Address of NFT item owner in any form. Max: 1000.

collection_address
string[]

Collection address in any form.

index
string[]

Index of item for given collection. Max: 1000.

include_on_sale
boolean
default:false

Include nft on sales and auctions. Used only when owner_address is passed

sort_by_last_transaction_lt
boolean

Sort NFT items by last transaction lt descending. Warning: results may be inconsistent during pagination with limit and offset.

limit
integer
default:10

Limit number of queried rows. Use with offset to batch read.

offset
integer
default:0

Skip first N rows. Use with limit to batch read.

Response

OK

address_book
object
metadata
object
nft_items
object[]