Skip to main content
GET
Search NFTs

Path Parameters

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Query Parameters

contract_address
string[]
required

List of contract addresses to filter by

Required array length: 1 - 20 elements
Pattern: ^0x[a-fA-F0-9]{40}$
account_address
string

Account address to filter by

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xe9b00a87700f660e46b6f5deaa1232836bcc07d3"

stack_id
string<uuid>[]

Filters NFTs that belong to any of these stacks

Required array length: 1 - 20 elements
only_include_owner_listings
boolean

Whether the listings should include only the owner created listings

Example:

true

page_size
integer<int32>
default:100

Number of results to return per page Maximum number of items to return

Required range: 1 <= x <= 200
Example:

10

page_cursor
string

Encoded page cursor to retrieve previous or next page. Use the value returned in the response.

Example:

"ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0="

Response

200 response

Search NFTs result

result
object[]
required

List of nft bundles

page
object
required

Pagination properties