Skip to main content
GET
/
v1
/
chains
/
{chain_name}
/
stacks
List NFT stack bundles by stack_id. Response will include Market, Listings & Stack Count information for each stack
curl --request GET \
  --url https://api.sandbox.immutable.com/v1/chains/{chain_name}/stacks
[
  {
    "stack": {
      "stack_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "chain": {
        "id": "eip155:13372",
        "name": "imtbl-zkevm-testnet"
      },
      "contract_address": "<string>",
      "contract_type": "ERC721",
      "created_at": "2022-08-16T17:43:26.991388Z",
      "updated_at": "2022-08-16T17:43:26.991388Z",
      "name": "Sword",
      "description": "2022-08-16T17:43:26.991388Z",
      "image": "https://some-url",
      "external_url": "https://some-url",
      "animation_url": "https://some-url",
      "youtube_url": "https://some-url",
      "attributes": [
        {
          "trait_type": "Aqua Power",
          "value": "Happy",
          "display_type": "number"
        }
      ]
    },
    "stack_count": 1,
    "market": {
      "floor_listing": {
        "listing_id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
        "price_details": {
          "token": {
            "type": "NATIVE",
            "symbol": "IMX"
          },
          "amount": "9750000000000000000",
          "fee_inclusive_amount": "9750000000000000000",
          "fees": [
            {
              "type": "TAKER_ECOSYSTEM",
              "recipient_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92233",
              "amount": "1000000000000000000"
            }
          ],
          "converted_prices": {
            "ETH": "0.0058079775",
            "USD": "15.89"
          }
        },
        "token_id": "1",
        "contract_address": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "creator": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "amount": "1"
      },
      "top_bid": {
        "bid_id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
        "price_details": {
          "token": {
            "type": "NATIVE",
            "symbol": "IMX"
          },
          "amount": "9750000000000000000",
          "fee_inclusive_amount": "9750000000000000000",
          "fees": [
            {
              "type": "TAKER_ECOSYSTEM",
              "recipient_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92233",
              "amount": "1000000000000000000"
            }
          ],
          "converted_prices": {
            "ETH": "0.0058079775",
            "USD": "15.89"
          }
        },
        "token_id": "1",
        "contract_address": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "creator": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "amount": "1"
      },
      "last_trade": {
        "trade_id": "4e28df8d-f65c-4c11-ba04-6a9dd47b179b",
        "contract_address": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "token_id": "1",
        "price_details": [
          {
            "token": {
              "type": "NATIVE",
              "symbol": "IMX"
            },
            "amount": "9750000000000000000",
            "fee_inclusive_amount": "9750000000000000000",
            "fees": [
              {
                "type": "TAKER_ECOSYSTEM",
                "recipient_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92233",
                "amount": "1000000000000000000"
              }
            ],
            "converted_prices": {
              "ETH": "0.0058079775",
              "USD": "15.89"
            }
          }
        ],
        "amount": "1",
        "created_at": "2022-08-16T17:43:26.991388Z"
      }
    },
    "listings": [
      {
        "listing_id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
        "price_details": {
          "token": {
            "type": "NATIVE",
            "symbol": "IMX"
          },
          "amount": "9750000000000000000",
          "fee_inclusive_amount": "9750000000000000000",
          "fees": [
            {
              "type": "TAKER_ECOSYSTEM",
              "recipient_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92233",
              "amount": "1000000000000000000"
            }
          ],
          "converted_prices": {
            "ETH": "0.0058079775",
            "USD": "15.89"
          }
        },
        "token_id": "1",
        "contract_address": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "creator": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "amount": "1"
      }
    ],
    "bids": [
      {
        "bid_id": "018792C9-4AD7-8EC4-4038-9E05C598534A",
        "price_details": {
          "token": {
            "type": "NATIVE",
            "symbol": "IMX"
          },
          "amount": "9750000000000000000",
          "fee_inclusive_amount": "9750000000000000000",
          "fees": [
            {
              "type": "TAKER_ECOSYSTEM",
              "recipient_address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92233",
              "amount": "1000000000000000000"
            }
          ],
          "converted_prices": {
            "ETH": "0.0058079775",
            "USD": "15.89"
          }
        },
        "token_id": "1",
        "contract_address": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "creator": "0xe9b00a87700f660e46b6f5deaa1232836bcc07d3",
        "amount": "1"
      }
    ]
  }
]

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
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