Skip to main content
GET
List NFT stack bundles by stack_id. Response will include Market, Listings & Stack Count information for each stack

Path Parameters

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Query Parameters

stack_id
string<uuid>[]
required

List of stack_id to filter by

Required array length: 1 - 20 elements

Response

200 response

stack
object
required

Stack

stack_count
integer
required

Total count of NFTs in the stack matching the filter params

Example:

1

market
object | null
required

Market data

listings
object[]
required

List of open listings for the stack.

Maximum array length: 10
bids
object[]
required

List of open bids for the stack.

Maximum array length: 10