---
title: "Get NFT from collection"
method: GET
path: "/v0.1/items/byCollection"
tags: ["NFT Items"]
---

# Get NFT from collection

`GET /v0.1/items/byCollection`

Returns list of NFTs from specified collection and sorted by `last updated` date

## Query parameters

- `collection` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
- `continuation` string
- `size` integer
- `searchEngine` 'LEGACY' | 'V1'

## Response `200`

OK

- Items
  - `total` integer — Number of items were found by request
  - `continuation` string — Continuation token to paginate items search result
  - `items` Item[], required — List of found items
    - `id` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
    - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
    - `collection` string — Collection id
    - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
    - `tokenId` string
    - `creators` Creator[], required — Creators of the target item
      - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `value` integer, required
    - `ownerIfSingle` string — Blockchain address in Union format `${blockchainGroup}:${token}`
    - `ownerChangeDate` string, date-time
    - `lazySupply` string, required
    - `pending` ItemTransfer[], required — Pending information about the item
      - `@type` 'TRANSFER', required
      - `from` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
    - `mintedAt` string, date-time, required — Date and time of the item minting
    - `lastUpdatedAt` string, date-time, required — Filter condition to return only items that have been updated at this date
    - `supply` string, required
    - `meta` Meta
      - `name` string, required — Name of the NFT item
      - `description` string — Description of the NFT item
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `tags` string[]
      - `genres` string[]
      - `language` string — Language in RFC 1176 format
      - `rights` string
      - `rightsUri` string
      - `externalUri` string — URI to external page related to the Item
      - `originalMetaUri` string — URI to the original meta JSON
      - `attributes` MetaAttribute[], required — Attributes of the NFT item
        - `key` string, required
        - `value` string
        - `type` string
        - `format` string
      - `content` MetaContent[], required — NFT content information
        - union
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'IMAGE'
            - `width` integer
            - `height` integer
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'VIDEO'
            - `width` integer
            - `height` integer
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'AUDIO'
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'MODEL_3D'
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'HTML'
      - `extraContent` MetaContent[] — NFT additional content information
        - union
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'IMAGE'
            - `width` integer
            - `height` integer
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'VIDEO'
            - `width` integer
            - `height` integer
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'AUDIO'
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'MODEL_3D'
          - object
            - `fileName` string
            - `url` string, required
            - `representation` 'PREVIEW' | 'BIG' | 'INITIAL' | 'ORIGINAL' | 'PORTRAIT', required
            - `mimeType` string
            - `size` integer
            - `available` boolean
            - `@type` 'HTML'
    - `deleted` boolean, required — Item was deleted or not
    - `bestSellOrder` Order
      - `id` string, required
      - `fill` string, required
      - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
      - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
      - `startedAt` string, date-time
      - `endedAt` string, date-time
      - `makeStock` string, required
      - `cancelled` boolean, required
      - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
      - `createdAt` string, date-time, required
      - `lastUpdatedAt` string, date-time, required
      - `dbUpdatedAt` string, date-time
      - `makePrice` string
      - `takePrice` string
      - `makePriceUsd` string
      - `takePriceUsd` string
      - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `make` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `take` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `salt` string, required
      - `signature` string
      - `feeTakers` UnionAddress[]
      - `data` union, required
        - object
          - `@type` 'RAW', required
          - `data` RawJson
        - object
          - `@type` 'ETH_RARIBLE_V1', required
          - `fee` string, required
        - EthOrderDataRaribleV2DataV1
          - `@type` 'ETH_RARIBLE_V2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - EthOrderDataRaribleV2DataV2
          - `@type` 'ETH_RARIBLE_V2_2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3
          - `@type` 'ETH_RARIBLE_V2_3', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3Sell
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_SELL', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `maxFeesBasePoint` integer, required
          - `marketplaceMarker` string
        - EthOrderDataRaribleV2DataV3Buy
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_BUY', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `marketplaceMarker` string
        - object
          - `@type` 'ETH_OPEN_SEA_V1', required
          - `exchange` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `makerRelayerFee` string, required
          - `takerRelayerFee` string, required
          - `makerProtocolFee` string, required
          - `takerProtocolFee` string, required
          - `feeRecipient` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `feeMethod` 'PROTOCOL_FEE' | 'SPLIT_FEE', required
          - `side` 'BUY' | 'SELL', required
          - `saleKind` 'FIXED_PRICE' | 'DUTCH_AUCTION', required
          - `howToCall` 'CALL' | 'DELEGATE_CALL', required
          - `callData` string, required
          - `replacementPattern` string, required
          - `staticTarget` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `staticExtraData` string, required
          - `extra` string, required
        - EthOrderBasicSeaportDataV1
          - `@type` 'ETH_BASIC_SEAPORT_DATA_V1', required
        - object
          - `@type` 'ETH_CRYPTO_PUNKS', required
          - `stub` string
        - object
          - `@type` 'FLOW_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - object
          - `@type` 'SOLANA_AUCTION_HOUSE_V1', required
          - `fee` integer
          - `requiresSignOff` boolean
          - `auctionHouse` string — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'IMMUTABLEX_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
      - `version` integer
    - `bestBidOrder` Order
      - `id` string, required
      - `fill` string, required
      - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
      - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
      - `startedAt` string, date-time
      - `endedAt` string, date-time
      - `makeStock` string, required
      - `cancelled` boolean, required
      - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
      - `createdAt` string, date-time, required
      - `lastUpdatedAt` string, date-time, required
      - `dbUpdatedAt` string, date-time
      - `makePrice` string
      - `takePrice` string
      - `makePriceUsd` string
      - `takePriceUsd` string
      - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `make` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `take` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `salt` string, required
      - `signature` string
      - `feeTakers` UnionAddress[]
      - `data` union, required
        - object
          - `@type` 'RAW', required
          - `data` RawJson
        - object
          - `@type` 'ETH_RARIBLE_V1', required
          - `fee` string, required
        - EthOrderDataRaribleV2DataV1
          - `@type` 'ETH_RARIBLE_V2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - EthOrderDataRaribleV2DataV2
          - `@type` 'ETH_RARIBLE_V2_2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3
          - `@type` 'ETH_RARIBLE_V2_3', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3Sell
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_SELL', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `maxFeesBasePoint` integer, required
          - `marketplaceMarker` string
        - EthOrderDataRaribleV2DataV3Buy
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_BUY', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `marketplaceMarker` string
        - object
          - `@type` 'ETH_OPEN_SEA_V1', required
          - `exchange` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `makerRelayerFee` string, required
          - `takerRelayerFee` string, required
          - `makerProtocolFee` string, required
          - `takerProtocolFee` string, required
          - `feeRecipient` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `feeMethod` 'PROTOCOL_FEE' | 'SPLIT_FEE', required
          - `side` 'BUY' | 'SELL', required
          - `saleKind` 'FIXED_PRICE' | 'DUTCH_AUCTION', required
          - `howToCall` 'CALL' | 'DELEGATE_CALL', required
          - `callData` string, required
          - `replacementPattern` string, required
          - `staticTarget` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `staticExtraData` string, required
          - `extra` string, required
        - EthOrderBasicSeaportDataV1
          - `@type` 'ETH_BASIC_SEAPORT_DATA_V1', required
        - object
          - `@type` 'ETH_CRYPTO_PUNKS', required
          - `stub` string
        - object
          - `@type` 'FLOW_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - object
          - `@type` 'SOLANA_AUCTION_HOUSE_V1', required
          - `fee` integer
          - `requiresSignOff` boolean
          - `auctionHouse` string — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'IMMUTABLEX_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
      - `version` integer
    - `bestBidOrdersByCurrency` Order[] — Contains best bid order for each currency if exists
      - `id` string, required
      - `fill` string, required
      - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
      - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
      - `startedAt` string, date-time
      - `endedAt` string, date-time
      - `makeStock` string, required
      - `cancelled` boolean, required
      - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
      - `createdAt` string, date-time, required
      - `lastUpdatedAt` string, date-time, required
      - `dbUpdatedAt` string, date-time
      - `makePrice` string
      - `takePrice` string
      - `makePriceUsd` string
      - `takePriceUsd` string
      - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `make` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `take` Asset, required
        - `type` union, required
          - object
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `@type` 'CURRENCY_NATIVE', required
          - object
            - `@type` 'CURRENCY_TOKEN', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'NFT', required
            - `collectionId` string, required — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
            - `standard` 'SINGLE' | 'MULTIPLE'
          - object
            - `@type` 'NFT_OF_COLLECTION', required
            - `collectionId` string, required — Collection id
          - object
            - `@type` 'FLOW_NFT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'FLOW_FT', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ETH', required
            - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
          - object
            - `@type` 'ERC20', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'ERC721', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC721_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'ERC1155', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
          - object
            - `@type` 'ERC1155_Lazy', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` string, required
            - `uri` string, required
            - `supply` string, required
            - `creators` Creator[], required — Creators of the target item
              - …
            - `royalties` Royalty[], required
              - …
            - `signatures` string[], required
          - object
            - `@type` 'CRYPTO_PUNKS', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `tokenId` integer, required
          - object
            - `@type` 'GEN_ART', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'COLLECTION', required
            - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
          - object
            - `@type` 'SOLANA_NFT', required
            - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
            - `collection` string — Collection id
            - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - object
            - `@type` 'SOLANA_FT', required
            - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'SOLANA_SOL', required
        - `value` string, required
      - `salt` string, required
      - `signature` string
      - `feeTakers` UnionAddress[]
      - `data` union, required
        - object
          - `@type` 'RAW', required
          - `data` RawJson
        - object
          - `@type` 'ETH_RARIBLE_V1', required
          - `fee` string, required
        - EthOrderDataRaribleV2DataV1
          - `@type` 'ETH_RARIBLE_V2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - EthOrderDataRaribleV2DataV2
          - `@type` 'ETH_RARIBLE_V2_2', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3
          - `@type` 'ETH_RARIBLE_V2_3', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
        - EthOrderDataRaribleV2DataV3Sell
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_SELL', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `maxFeesBasePoint` integer, required
          - `marketplaceMarker` string
        - EthOrderDataRaribleV2DataV3Buy
          - `@type` 'ETH_RARIBLE_V2_DATA_V3_BUY', required
          - `payout` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeFirst` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFeeSecond` Payout
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `marketplaceMarker` string
        - object
          - `@type` 'ETH_OPEN_SEA_V1', required
          - `exchange` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `makerRelayerFee` string, required
          - `takerRelayerFee` string, required
          - `makerProtocolFee` string, required
          - `takerProtocolFee` string, required
          - `feeRecipient` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `feeMethod` 'PROTOCOL_FEE' | 'SPLIT_FEE', required
          - `side` 'BUY' | 'SELL', required
          - `saleKind` 'FIXED_PRICE' | 'DUTCH_AUCTION', required
          - `howToCall` 'CALL' | 'DELEGATE_CALL', required
          - `callData` string, required
          - `replacementPattern` string, required
          - `staticTarget` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
          - `staticExtraData` string, required
          - `extra` string, required
        - EthOrderBasicSeaportDataV1
          - `@type` 'ETH_BASIC_SEAPORT_DATA_V1', required
        - object
          - `@type` 'ETH_CRYPTO_PUNKS', required
          - `stub` string
        - object
          - `@type` 'FLOW_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
        - object
          - `@type` 'SOLANA_AUCTION_HOUSE_V1', required
          - `fee` integer
          - `requiresSignOff` boolean
          - `auctionHouse` string — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'IMMUTABLEX_RARIBLE_V1', required
          - `payouts` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `originFees` Payout[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
      - `version` integer
    - `originOrders` OriginOrders[]
      - `origin` string, required
      - `bestSellOrder` Order
        - `id` string, required
        - `fill` string, required
        - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
        - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
        - `startedAt` string, date-time
        - `endedAt` string, date-time
        - `makeStock` string, required
        - `cancelled` boolean, required
        - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
        - `createdAt` string, date-time, required
        - `lastUpdatedAt` string, date-time, required
        - `dbUpdatedAt` string, date-time
        - `makePrice` string
        - `takePrice` string
        - `makePriceUsd` string
        - `takePriceUsd` string
        - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `make` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `take` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `salt` string, required
        - `signature` string
        - `feeTakers` UnionAddress[]
        - `data` union, required
          - object
            - `@type` 'RAW', required
            - `data` RawJson
          - object
            - `@type` 'ETH_RARIBLE_V1', required
            - `fee` string, required
          - EthOrderDataRaribleV2DataV1
            - `@type` 'ETH_RARIBLE_V2', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
          - EthOrderDataRaribleV2DataV2
            - `@type` 'ETH_RARIBLE_V2_2', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
            - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
          - EthOrderDataRaribleV2DataV3
            - `@type` 'ETH_RARIBLE_V2_3', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
            - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
          - EthOrderDataRaribleV2DataV3Sell
            - `@type` 'ETH_RARIBLE_V2_DATA_V3_SELL', required
            - `payout` Payout
              - …
            - `originFeeFirst` Payout
              - …
            - `originFeeSecond` Payout
              - …
            - `maxFeesBasePoint` integer, required
            - `marketplaceMarker` string
          - EthOrderDataRaribleV2DataV3Buy
            - `@type` 'ETH_RARIBLE_V2_DATA_V3_BUY', required
            - `payout` Payout
              - …
            - `originFeeFirst` Payout
              - …
            - `originFeeSecond` Payout
              - …
            - `marketplaceMarker` string
          - object
            - `@type` 'ETH_OPEN_SEA_V1', required
            - `exchange` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `makerRelayerFee` string, required
            - `takerRelayerFee` string, required
            - `makerProtocolFee` string, required
            - `takerProtocolFee` string, required
            - `feeRecipient` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `feeMethod` 'PROTOCOL_FEE' | 'SPLIT_FEE', required
            - `side` 'BUY' | 'SELL', required
            - `saleKind` 'FIXED_PRICE' | 'DUTCH_AUCTION', required
            - `howToCall` 'CALL' | 'DELEGATE_CALL', required
            - `callData` string, required
            - `replacementPattern` string, required
            - `staticTarget` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `staticExtraData` string, required
            - `extra` string, required
          - EthOrderBasicSeaportDataV1
            - `@type` 'ETH_BASIC_SEAPORT_DATA_V1', required
          - object
            - `@type` 'ETH_CRYPTO_PUNKS', required
            - `stub` string
          - object
            - `@type` 'FLOW_RARIBLE_V1', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
          - object
            - `@type` 'SOLANA_AUCTION_HOUSE_V1', required
            - `fee` integer
            - `requiresSignOff` boolean
            - `auctionHouse` string — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'IMMUTABLEX_RARIBLE_V1', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
        - `version` integer
      - `bestBidOrder` Order
        - `id` string, required
        - `fill` string, required
        - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
        - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
        - `startedAt` string, date-time
        - `endedAt` string, date-time
        - `makeStock` string, required
        - `cancelled` boolean, required
        - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
        - `createdAt` string, date-time, required
        - `lastUpdatedAt` string, date-time, required
        - `dbUpdatedAt` string, date-time
        - `makePrice` string
        - `takePrice` string
        - `makePriceUsd` string
        - `takePriceUsd` string
        - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `make` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `take` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `salt` string, required
        - `signature` string
        - `feeTakers` UnionAddress[]
        - `data` union, required
          - object
            - `@type` 'RAW', required
            - `data` RawJson
          - object
            - `@type` 'ETH_RARIBLE_V1', required
            - `fee` string, required
          - EthOrderDataRaribleV2DataV1
            - `@type` 'ETH_RARIBLE_V2', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
          - EthOrderDataRaribleV2DataV2
            - `@type` 'ETH_RARIBLE_V2_2', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
            - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
          - EthOrderDataRaribleV2DataV3
            - `@type` 'ETH_RARIBLE_V2_3', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
            - `isMakeFill` boolean, required — If true, the 'fill' part of the order applies to the 'make' side, otherwise to the 'take' side
          - EthOrderDataRaribleV2DataV3Sell
            - `@type` 'ETH_RARIBLE_V2_DATA_V3_SELL', required
            - `payout` Payout
              - …
            - `originFeeFirst` Payout
              - …
            - `originFeeSecond` Payout
              - …
            - `maxFeesBasePoint` integer, required
            - `marketplaceMarker` string
          - EthOrderDataRaribleV2DataV3Buy
            - `@type` 'ETH_RARIBLE_V2_DATA_V3_BUY', required
            - `payout` Payout
              - …
            - `originFeeFirst` Payout
              - …
            - `originFeeSecond` Payout
              - …
            - `marketplaceMarker` string
          - object
            - `@type` 'ETH_OPEN_SEA_V1', required
            - `exchange` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `makerRelayerFee` string, required
            - `takerRelayerFee` string, required
            - `makerProtocolFee` string, required
            - `takerProtocolFee` string, required
            - `feeRecipient` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `feeMethod` 'PROTOCOL_FEE' | 'SPLIT_FEE', required
            - `side` 'BUY' | 'SELL', required
            - `saleKind` 'FIXED_PRICE' | 'DUTCH_AUCTION', required
            - `howToCall` 'CALL' | 'DELEGATE_CALL', required
            - `callData` string, required
            - `replacementPattern` string, required
            - `staticTarget` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `staticExtraData` string, required
            - `extra` string, required
          - EthOrderBasicSeaportDataV1
            - `@type` 'ETH_BASIC_SEAPORT_DATA_V1', required
          - object
            - `@type` 'ETH_CRYPTO_PUNKS', required
            - `stub` string
          - object
            - `@type` 'FLOW_RARIBLE_V1', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
          - object
            - `@type` 'SOLANA_AUCTION_HOUSE_V1', required
            - `fee` integer
            - `requiresSignOff` boolean
            - `auctionHouse` string — Blockchain contract address in Union format `ETHEREUM:${token}`
          - object
            - `@type` 'IMMUTABLEX_RARIBLE_V1', required
            - `payouts` Payout[], required
              - …
            - `originFees` Payout[], required
              - …
        - `version` integer
    - `totalStock` string
    - `sellers` integer, required — Total count of users selling this item ATM
    - `lastSale` ItemLastSale
      - `date` string, date-time, required
      - `seller` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `buyer` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `value` string, required
      - `currency` union, required
        - object
          - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
          - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `@type` 'CURRENCY_NATIVE', required
        - object
          - `@type` 'CURRENCY_TOKEN', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'NFT', required
          - `collectionId` string, required — Collection id
          - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
          - `standard` 'SINGLE' | 'MULTIPLE'
        - object
          - `@type` 'NFT_OF_COLLECTION', required
          - `collectionId` string, required — Collection id
        - object
          - `@type` 'FLOW_NFT', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` string, required
        - object
          - `@type` 'FLOW_FT', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'ETH', required
          - `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA'
        - object
          - `@type` 'ERC20', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'ERC721', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` string, required
        - object
          - `@type` 'ERC721_Lazy', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` string, required
          - `uri` string, required
          - `creators` Creator[], required — Creators of the target item
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `royalties` Royalty[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `signatures` string[], required
        - object
          - `@type` 'ERC1155', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` string, required
        - object
          - `@type` 'ERC1155_Lazy', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` string, required
          - `uri` string, required
          - `supply` string, required
          - `creators` Creator[], required — Creators of the target item
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `royalties` Royalty[], required
            - `account` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
            - `value` integer, required
          - `signatures` string[], required
        - object
          - `@type` 'CRYPTO_PUNKS', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `tokenId` integer, required
        - object
          - `@type` 'GEN_ART', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
        - object
          - `@type` 'COLLECTION', required
          - `contract` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
        - object
          - `@type` 'SOLANA_NFT', required
          - `contract` string — Blockchain contract address in Union format `ETHEREUM:${token}`
          - `collection` string — Collection id
          - `itemId` string, required — Item Id, has format `ETHEREUM:${token}:${tokenId}`
        - object
          - `@type` 'SOLANA_FT', required
          - `address` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
        - object
          - `@type` 'SOLANA_SOL', required
      - `price` string, required
    - `self` boolean
    - `suspicious` boolean
    - `itemCollection` ItemCollection
      - `id` string, required — Collection id
      - `name` string, required
      - `bestBidOrder` Order
        - `id` string, required
        - `fill` string, required
        - `platform` 'RARIBLE' | 'OPEN_SEA' | 'CRYPTO_PUNKS' | 'IMMUTABLEX' | 'HEN' | 'OBJKT' | 'VERSUM' | 'TEIA' | 'OTHER' | 'FXHASH', required
        - `status` 'ACTIVE' | 'FILLED' | 'INACTIVE' | 'CANCELLED', required
        - `startedAt` string, date-time
        - `endedAt` string, date-time
        - `makeStock` string, required
        - `cancelled` boolean, required
        - `optionalRoyalties` boolean — True if the execution of this order does not guarantee that the royalties will be paid. In this case, it is up to the buyer to pay the royalties.
        - `createdAt` string, date-time, required
        - `lastUpdatedAt` string, date-time, required
        - `dbUpdatedAt` string, date-time
        - `makePrice` string
        - `takePrice` string
        - `makePriceUsd` string
        - `takePriceUsd` string
        - `maker` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `taker` string — Blockchain address in Union format `${blockchainGroup}:${token}`
        - `make` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `take` Asset, required
          - `type` union, required
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `value` string, required
        - `salt` string, required
        - `signature` string
        - `feeTakers` UnionAddress[]
        - `data` union, required
          - object
            - `@type` 'RAW', required
            - `data` RawJson
          - object
            - `@type` 'ETH_RARIBLE_V1', required
            - `fee` string, required
- … truncated; see the full OpenAPI document linked below

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/versions/5d2651b9411d/schema)
