getAllRegistryTokens

Get the secondary marketplace listed registry tokens against the organzation with marketplace id with with filters.

Sample query

query(
  $orgID: UUID1!
  $marketplaceID: UUID1!
  $owner: String
  $offset: Int
  $limit: Int
  $searchKey: String
  $filters: RegistryTokenFilterInput
  $categoryID: UUID1
  $artistID: UUID1
  $registryID: UUID1
  $buyerAddress: String
) {
  getAllRegistryTokens(
    orgID: $orgID
    marketplaceID: $marketplaceID
    owner: $owner
    offset: $offset
    limit: $limit
    searchKey: $searchKey
    filters: $filters
    categoryID: $categoryID
    buyerAddress: $buyerAddress
    artistID: $artistID
    registryID: $registryID
  ) {
    data {
      ID
      TokenName
      TokenID
      Status
      TokenURI
      NFTTokenID
      isSecondaryMarketplace
      Artist {
        id
        description
        artistName
        artistLocation
        artistContactEmail
        artistContactNumber
        artistWebsite
        __typename
      }
      Price {
        buyNowPrice {
          value
          unit
          type
          __typename
        }
        lastPurchasedPrice {
          value
          unit
          type
          __typename
        }
        makeOfferHighestPrice {
          value
          unit
          type
          __typename
        }
        makeOfferLatestPrice {
          value
          unit
          type
          __typename
        }
        __typename
      }
      MetaData {
        name
        image
        description
        animationURL
        openSeaImageURL
        __typename
      }
      networkID
      latestOffer {
        price {
          value
          unit
          type
          __typename
        }
        __typename
      }
      listedOrderInfo {
        id
        listedCurrency {
          contractAddress
          __typename
        }
        price {
          value
          unit
          type
          __typename
        }
        __typename
      }
      isBuyNowEnabled
      isMakeOfferEnabled
      editionNumber
      TokenType
      ListingStatus
      OwnersList
      Owners
      RegistryId
      MintedAt
      TokenOwnerAddress
      nftContractName
      networkName
      Registry {
        ID
        NetworkID
        Network {
          name
          chainID
          __typename
        }
        OrganizationID
        CollectionName
        ContractAddress
        IsAllTokensApproved
        MarketplaceID
        TotalApproved
        CollectionTotal
        ArtistID
        Artist {
          id
          description
          artistName
          artistLocation
          artistContactEmail
          artistContactNumber
          artistWebsite
          __typename
        }
        CategoryID
        CreatedByUserID
        CreatedAt
        UpdatedAt
        __typename
      }
      isOfferExist
      CreatedBy
      CreatedAt
      UpdatedAt
      __typename
    }
    totalCount
    user {
      id
      username
      name
      email
      avatar
      __typename
    }
    lowestSoldPrice {
      value
      unit
      type
      __typename
    }
    highestSoldPrice {
      value
      unit
      type
      __typename
    }
    latestSoldPrice {
      value
      unit
      type
      __typename
    }
    __typename
  }
}

Sample variable

{
  "orgID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
  "marketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
  "offset": 0,
  "limit": 12,
  "filters": "price_low_to_high",
  "buyerAddress": "",
  "searchKey": ""
}

Sample response

{
  "data": {
    "getAllRegistryTokens": {
      "data": [
        {
          "ID": "8e375fd2-0da5-4f92-9ad2-43dd0b9418d5",
          "TokenName": "UNI 04",
          "TokenID": "17",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/J5SU3zER6rgT6hjxWD8n0OPWQuzU3xnJLx9FOEdjZAA",
          "NFTTokenID": "0b8c56fb-bbef-49f9-bca7-b1539cd4424e",
          "isSecondaryMarketplace": false,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": null,
            "makeOfferHighestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferLatestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Price"
          },
          "MetaData": {
            "name": "UNI 04",
            "image": "https://gateway.arweave.net/s7257VqAV-CGJyYpPL9QkVC4011HKxfyRo8pOL-dpZQ",
            "description": "UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04UNI 04",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
          "latestOffer": {
            "price": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "listedOrderInfo": {
            "id": "c875bbe7-c1ee-4af8-8097-507683df688e",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0xd664A34Ba53297132e3Ac367C756ecb0a560aab2",
          "RegistryId": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
          "MintedAt": "2023-04-19T07:56:23Z",
          "TokenOwnerAddress": "0xd664A34Ba53297132e3Ac367C756ecb0a560aab2",
          "nftContractName": "sanjay sepolia",
          "networkName": "Sepolia Testnet",
          "Registry": {
            "ID": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
            "NetworkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
            "Network": {
              "name": "Sepolia Testnet",
              "chainID": 11155111,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "sanjay sepolia",
            "ContractAddress": "0xae04e7be3b5da5d2eb00098f45d2e5fed60ee0bf",
            "IsAllTokensApproved": false,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "a27d552c-f725-4871-9a2b-7c453e9876ff",
            "CreatedAt": "2023-04-13T13:12:15Z",
            "UpdatedAt": "2023-04-21T06:13:02Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "6f2903ef-8d9b-4760-a30d-4d78e76e96e6",
          "TokenName": "UNI 02",
          "TokenID": "15",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/aAowZx2uHu6nLqeE88YxKEZp3ksyNgZ9IlefPFQbqJU",
          "NFTTokenID": "b2022bf2-1b0e-40d2-b765-ed5c611e0c8e",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "33c4fa08-7714-4a60-9f67-318774758c38",
            "description": "",
            "artistName": "Adam Pendleton",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "UNI 02",
            "image": "https://gateway.arweave.net/VcflRzM2T6E_AxEzo0P1rroEfFKUpPpSqJ8_9iJ1Xr4",
            "description": "UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02UNI 02",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "e6e97fb5-445f-4955-956f-edbcc734643a",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0xF1b8D3Ef609d5183Db9588767d2bae6dc663dF15",
          "RegistryId": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
          "MintedAt": "2023-04-19T05:42:04Z",
          "TokenOwnerAddress": "0xF1b8D3Ef609d5183Db9588767d2bae6dc663dF15",
          "nftContractName": "sanjay sepolia",
          "networkName": "Sepolia Testnet",
          "Registry": {
            "ID": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
            "NetworkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
            "Network": {
              "name": "Sepolia Testnet",
              "chainID": 11155111,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "sanjay sepolia",
            "ContractAddress": "0xae04e7be3b5da5d2eb00098f45d2e5fed60ee0bf",
            "IsAllTokensApproved": false,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "a27d552c-f725-4871-9a2b-7c453e9876ff",
            "CreatedAt": "2023-04-13T13:12:15Z",
            "UpdatedAt": "2023-04-21T06:13:02Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "18baada1-125f-403a-be84-a10b1ce98fcc",
          "TokenName": "Sui 01",
          "TokenID": "10",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/EQ-xGRRQ4zlixrnN06-0eJu_NCwtSGrCDM8_ocztrNs",
          "NFTTokenID": "17df4b77-57c6-4f8c-890f-2306b44f829f",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferLatestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Sui 01",
            "image": "https://gateway.arweave.net/TAZtwr1fhgtxkBEm9ceb5PGbR0qCXwDPKBuM-OG0yqM",
            "description": "Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01Sui 01v",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
          "latestOffer": {
            "price": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "listedOrderInfo": {
            "id": "77e0c10c-cf58-4934-b65d-b806230b39d6",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x256dC9AF675A967eC164de62ee62C307D143fA00",
          "RegistryId": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
          "MintedAt": "2023-04-18T08:35:34Z",
          "TokenOwnerAddress": "0x256dC9AF675A967eC164de62ee62C307D143fA00",
          "nftContractName": "sanjay sepolia",
          "networkName": "Sepolia Testnet",
          "Registry": {
            "ID": "998b56c7-b5a2-47d5-8fd4-fe82a1264f5b",
            "NetworkID": "b260424b-bb37-4a3e-86d0-0866175e5e68",
            "Network": {
              "name": "Sepolia Testnet",
              "chainID": 11155111,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "sanjay sepolia",
            "ContractAddress": "0xae04e7be3b5da5d2eb00098f45d2e5fed60ee0bf",
            "IsAllTokensApproved": false,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "a27d552c-f725-4871-9a2b-7c453e9876ff",
            "CreatedAt": "2023-04-13T13:12:15Z",
            "UpdatedAt": "2023-04-21T06:13:02Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "52eb2cde-8257-45ab-a166-b27e7de32a48",
          "TokenName": "Fairy Cat",
          "TokenID": "3",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/MOwntXYkAZHv20hUzQNo66RWeL7BHKT2x49gyl22CmA",
          "NFTTokenID": "1b1fcb21-19a5-4469-aee5-bfb64910265c",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WMATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": null,
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WMATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Fairy Cat",
            "image": "https://gateway.arweave.net/d4MskxfBJITWRPxY8gee_Rdq_ifD8vZkqJB-uFadBls",
            "description": "Some common folklore suggested that the cat-sìth was not a fairy, but a witch that could transform into a cat nine times. An Illustration from More English Fairy Tales from the story \"The King of the Cats\". The cat-sìth may have been inspired by the Scottish wildcat itself.",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "b260424b-bb37-4a3e-86d0-0866175e5e67",
          "latestOffer": {
            "price": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WMATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "listedOrderInfo": {
            "id": "514cb2d8-9dc5-4051-9ec5-c268b74689fb",
            "listedCurrency": {
              "contractAddress": "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WMATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC1155",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0xa77915a574e1f9b88db152525cebfeaa8c71baa4",
          "RegistryId": "4af8ac55-a88b-4bd5-8865-6bcfaab666ab",
          "MintedAt": "2023-04-06T07:36:34Z",
          "TokenOwnerAddress": "0xa77915a574e1f9b88db152525cebfeaa8c71baa4",
          "nftContractName": "",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "4af8ac55-a88b-4bd5-8865-6bcfaab666ab",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "",
            "ContractAddress": "0x44618514abbd271d32f7d1d02df693e3eae1fe35",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "3ad89c01-4b95-4fb5-834a-09fa5e201ee6",
            "Artist": {
              "id": "3ad89c01-4b95-4fb5-834a-09fa5e201ee6",
              "description": "",
              "artistName": "Gogulan",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "",
              "__typename": "Artist"
            },
            "CategoryID": "56170f27-1a4f-47a4-8679-9d518f1be4a5",
            "CreatedByUserID": "05553805-bbfe-4eaf-96b0-7b22346bc685",
            "CreatedAt": "2022-12-14T14:21:24Z",
            "UpdatedAt": "2023-04-06T07:37:01Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "1c829773-aca8-4c93-91c0-83ea28d3b9c4",
          "TokenName": "ballot ch",
          "TokenID": "236",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/S3Kd8c026hO-XmxnMwlBkrB12ItowRA1jk0rtC1U_Bg",
          "NFTTokenID": "ce9c27e2-a3d5-4b40-937c-9c1f40803a95",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": null,
            "makeOfferHighestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferLatestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Price"
          },
          "MetaData": {
            "name": "ballot ch",
            "image": "https://gateway.arweave.net/TAZtwr1fhgtxkBEm9ceb5PGbR0qCXwDPKBuM-OG0yqM",
            "description": "ballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot chballot ch",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": {
            "price": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "listedOrderInfo": {
            "id": "822af548-a5e7-4b04-99d6-4c1e6ba5ea3f",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0xee7AE1ed7D4BEc8584EA08741a7F5035759B4315",
          "RegistryId": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
          "MintedAt": "2023-04-04T05:49:13Z",
          "TokenOwnerAddress": "0xee7AE1ed7D4BEc8584EA08741a7F5035759B4315",
          "nftContractName": "Glenlivet Whiskey 5000",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "Glenlivet Whiskey 5000",
            "ContractAddress": "0x5ddc04380a1868a6101eebce4097f1e843ad931e",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "d1a59f7e-8626-46f9-b0ca-b70477910c8c",
            "CreatedAt": "2023-02-10T16:35:47Z",
            "UpdatedAt": "2023-04-13T10:47:08Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "a2004f10-7aab-4dc7-9f47-a2b0f0064d45",
          "TokenName": "",
          "TokenID": "24",
          "Status": "SALE_PENDING",
          "TokenURI": "",
          "NFTTokenID": "64ae324b-5f25-4c6e-ab97-99516d4bbfbb",
          "isSecondaryMarketplace": false,
          "Artist": {
            "id": "33c4fa08-7714-4a60-9f67-318774758c38",
            "description": "",
            "artistName": "Adam Pendleton",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "MATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": null,
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "",
            "image": "",
            "description": "",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "b260424b-bb37-4a3e-86d0-0866175e5e67",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "c4bae6b4-9e6f-49ee-85bf-ca83dc6d1168",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 0.0419,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "MATIC",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x064CCCB6dC869EEC04A7B86be15DaEC11A81d00e",
          "RegistryId": "be467ca3-e1a6-46d6-8ea6-e98aa66a8408",
          "MintedAt": "2023-04-05T09:28:14Z",
          "TokenOwnerAddress": "0x064CCCB6dC869EEC04A7B86be15DaEC11A81d00e",
          "nftContractName": "",
          "networkName": "Mumbai Testnet",
          "Registry": {
            "ID": "be467ca3-e1a6-46d6-8ea6-e98aa66a8408",
            "NetworkID": "b260424b-bb37-4a3e-86d0-0866175e5e67",
            "Network": {
              "name": "Mumbai Testnet",
              "chainID": 80001,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "Glenlivet Whiskey",
            "ContractAddress": "0x7da29b4121b3ec5aa0b4bc035ddbe1681098f424",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "33c4fa08-7714-4a60-9f67-318774758c38",
            "Artist": {
              "id": "33c4fa08-7714-4a60-9f67-318774758c38",
              "description": "",
              "artistName": "Adam Pendleton",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "05553805-bbfe-4eaf-96b0-7b22346bc685",
            "CreatedAt": "2022-12-14T14:55:28Z",
            "UpdatedAt": "2023-04-06T10:07:46Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "1ff2a188-eeab-4df2-9aa3-3bd21c10bb54",
          "TokenName": "Whisky 5701",
          "TokenID": "77",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/nlbUk0YKn6dbU9CbGQdbIy8rXKamrqaEfG03szwxNYc",
          "NFTTokenID": "cb796e04-d0cc-4359-a797-078c9d48d955",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 96.2035,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.05,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferLatestPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Whisky 5701",
            "image": "https://gateway.arweave.net/L60zx8c9Tzjpie_uo_9NHp8Yy_DT0LcnBlzmJN0-TMo",
            "description": "A short copy on the collections of the whisky exchange can be posted in one to two lines. Posuere mattis urna pretium morbi ac scelerisque. Purus at nullam quis nunc tortor. Posuere mattis urna pretium morbi ac scelerisque.",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": {
            "price": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "listedOrderInfo": {
            "id": "a97abe65-8cc8-46ad-9afc-cbcbc14efa74",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 96.2035,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.05,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x823e14E47EaB5118FDd9d55BB4bd55C415255AF7",
          "RegistryId": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
          "MintedAt": "2023-04-04T09:33:08Z",
          "TokenOwnerAddress": "0x823e14E47EaB5118FDd9d55BB4bd55C415255AF7",
          "nftContractName": "Glenlivet Whiskey 5000",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "Glenlivet Whiskey 5000",
            "ContractAddress": "0x5ddc04380a1868a6101eebce4097f1e843ad931e",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "d1a59f7e-8626-46f9-b0ca-b70477910c8c",
            "CreatedAt": "2023-02-10T16:35:47Z",
            "UpdatedAt": "2023-04-13T10:47:08Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "7d61caec-2cff-4a5c-94c0-d129021c909c",
          "TokenName": "Whiskey 5064",
          "TokenID": "48",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/H9avPa3DtLHGMGonDj_T_LmEEDbH7IU26iLJF6QJ-LM",
          "NFTTokenID": "3b4852bf-2cdc-4669-a7bc-7670a580ab74",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9628,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Whiskey 5064",
            "image": "https://gateway.arweave.net/L60zx8c9Tzjpie_uo_9NHp8Yy_DT0LcnBlzmJN0-TMo",
            "description": "A short copy on the collections of the whisky exchange can be posted in one to two lines. Posuere mattis urna pretium morbi ac scelerisque. Purus at nullam quis nunc tortor. Posuere mattis urna pretium morbi ac scelerisque.",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "86d0ee9c-9178-434d-8bb0-ea581b908364",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "RegistryId": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
          "MintedAt": "2023-03-15T05:18:14Z",
          "TokenOwnerAddress": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "nftContractName": "Glenlivet Whiskey 5000",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "Glenlivet Whiskey 5000",
            "ContractAddress": "0x5ddc04380a1868a6101eebce4097f1e843ad931e",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "d1a59f7e-8626-46f9-b0ca-b70477910c8c",
            "CreatedAt": "2023-02-10T16:35:47Z",
            "UpdatedAt": "2023-04-13T10:47:08Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "1de2feb1-1ba9-47d5-b0b0-2d24216c9860",
          "TokenName": "SVG #608",
          "TokenID": "608",
          "Status": "SALE_PENDING",
          "TokenURI": "",
          "NFTTokenID": "1786afc2-23c3-44c9-b10d-f899513a3aeb",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "33c4fa08-7714-4a60-9f67-318774758c38",
            "description": "",
            "artistName": "Adam Pendleton",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "SVG #608",
            "image": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIG1lZXQiIHZpZXdCb3g9IjAgMCAzNTAgMzUwIj48c3R5bGU+LmJhc2UgeyBmaWxsOiB3aGl0ZTsgZm9udC1mYW1pbHk6IHNlcmlmOyBmb250LXNpemU6IDQ4cHg7IH08L3N0eWxlPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiM0Mjg3ZjUiIC8+PHRleHQgeD0iMTAiIHk9IjQ4IiBjbGFzcz0iYmFzZSI+NjA4PC90ZXh0Pjwvc3ZnPg==",
            "description": "These are test nfts.",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "5cc15c9d-61bc-4b6e-aef7-f986389a948f",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "RegistryId": "40cbce9e-bc09-44de-ae3b-6555f49f07b3",
          "MintedAt": "2023-02-22T12:19:28Z",
          "TokenOwnerAddress": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "nftContractName": "V3CoolNft",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "40cbce9e-bc09-44de-ae3b-6555f49f07b3",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "V3CoolNft",
            "ContractAddress": "0xdaa3812b8fd34d01711105a6dfb669c50ab8fee3",
            "IsAllTokensApproved": false,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 1960,
            "ArtistID": "33c4fa08-7714-4a60-9f67-318774758c38",
            "Artist": {
              "id": "33c4fa08-7714-4a60-9f67-318774758c38",
              "description": "",
              "artistName": "Adam Pendleton",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "655f4038-dfb5-4b3f-a7eb-d19df20a6fd6",
            "CreatedAt": "2023-02-22T12:19:55Z",
            "UpdatedAt": "2023-03-23T04:40:02Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "5a797c64-84da-41b5-ac29-83854ecb70d2",
          "TokenName": "Whisky Exchange 960",
          "TokenID": "48",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/Wdj6CK7IQsvv87VPEp4DAA7wn2aD6R9ZzeDQ9J7ObgM",
          "NFTTokenID": "5c08719f-091c-4d69-a709-a3e54af4279d",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "33c4fa08-7714-4a60-9f67-318774758c38",
            "description": "",
            "artistName": "Adam Pendleton",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Whisky Exchange 960",
            "image": "https://gateway.arweave.net/L60zx8c9Tzjpie_uo_9NHp8Yy_DT0LcnBlzmJN0-TMo",
            "description": "A curiously rare whisky matured for half a century. Aging under the custodianship of a long lineage of whisky makers past and present, this whisky celebrates The Glenlivet’s commitment to continuous progression.",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "4f50f39c-14d3-4209-a8d6-586bd5fb3d53",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x3b89e9f72f052d67E3850B4b831CE8a9F02f73A7",
          "RegistryId": "4fe74828-f161-45b2-9970-5cd25c301d95",
          "MintedAt": "2023-01-30T13:27:55Z",
          "TokenOwnerAddress": "0x3b89e9f72f052d67E3850B4b831CE8a9F02f73A7",
          "nftContractName": "The Whiskey Exchange",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "4fe74828-f161-45b2-9970-5cd25c301d95",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "The Whiskey Exchange",
            "ContractAddress": "0xdadd30ab03b90ba4b2042a75c7b3bd12f24629e9",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 64,
            "ArtistID": "33c4fa08-7714-4a60-9f67-318774758c38",
            "Artist": {
              "id": "33c4fa08-7714-4a60-9f67-318774758c38",
              "description": "",
              "artistName": "Adam Pendleton",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "0791de9e-5693-4c95-b481-d84a84f3904e",
            "CreatedAt": "2023-01-30T19:07:24Z",
            "UpdatedAt": "2023-04-06T10:30:38Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "9a9b17c9-d353-4ca0-83d8-2aa1892db160",
          "TokenName": "APR 11",
          "TokenID": "284",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/vBXGKqI5NKQ65HL0cPehvK5hfGJTXEr1b0eWW40DMmw",
          "NFTTokenID": "23846f95-9350-4588-ac6a-a9aef9b22d10",
          "isSecondaryMarketplace": false,
          "Artist": {
            "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "description": "this is test",
            "artistName": "Testing artist",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "https://test.com",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": null,
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "APR 11",
            "image": "https://gateway.arweave.net/K9FRNeLHLd23u8gC4f2zfugpmEDCgl7qVp2lJuRX3kM",
            "description": "APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11APR 11",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "24f0d62e-2c46-4c00-acd9-d0b6f6a67b1d",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 192.407,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.1,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x0DC0D71F4139e92Cf5081497eb4A3B111059759a",
          "RegistryId": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
          "MintedAt": "2023-04-13T05:38:20Z",
          "TokenOwnerAddress": "0x0DC0D71F4139e92Cf5081497eb4A3B111059759a",
          "nftContractName": "Glenlivet Whiskey 5000",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "a49d7554-f44b-4d4c-831e-67e9deca33f9",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "Glenlivet Whiskey 5000",
            "ContractAddress": "0x5ddc04380a1868a6101eebce4097f1e843ad931e",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 0,
            "ArtistID": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
            "Artist": {
              "id": "8b415ab9-3f1c-48ff-8745-eb05f27f7459",
              "description": "this is test",
              "artistName": "Testing artist",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "https://test.com",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "d1a59f7e-8626-46f9-b0ca-b70477910c8c",
            "CreatedAt": "2023-02-10T16:35:47Z",
            "UpdatedAt": "2023-04-13T10:47:08Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        },
        {
          "ID": "4b911b45-4482-47d3-8074-efb2d814570f",
          "TokenName": "Whisky Exchange 952",
          "TokenID": "47",
          "Status": "SALE_PENDING",
          "TokenURI": "https://arweave.net/7zWKCrbdTRGjIs5FEVttPhgxo51HmMuMKYljgIzrZaA",
          "NFTTokenID": "5b0aaff9-601b-40fa-b24a-9dc7438bb54e",
          "isSecondaryMarketplace": true,
          "Artist": {
            "id": "33c4fa08-7714-4a60-9f67-318774758c38",
            "description": "",
            "artistName": "Adam Pendleton",
            "artistLocation": "",
            "artistContactEmail": "",
            "artistContactNumber": "",
            "artistWebsite": "",
            "__typename": "Artist"
          },
          "Price": {
            "buyNowPrice": [
              {
                "value": 1346.849,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.7,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "lastPurchasedPrice": [
              {
                "value": 76.9481,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.04,
                "unit": "WETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "makeOfferHighestPrice": null,
            "makeOfferLatestPrice": null,
            "__typename": "Price"
          },
          "MetaData": {
            "name": "Whisky Exchange 952",
            "image": "https://gateway.arweave.net/L60zx8c9Tzjpie_uo_9NHp8Yy_DT0LcnBlzmJN0-TMo",
            "description": "A curiously rare whisky matured for half a century. Aging under the custodianship of a long lineage of whisky makers past and present, this whisky celebrates The Glenlivet’s commitment to continuous progression",
            "animationURL": "",
            "openSeaImageURL": "",
            "__typename": "ERC721Metadata"
          },
          "networkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
          "latestOffer": null,
          "listedOrderInfo": {
            "id": "691d804c-257b-4112-b305-c0082ad73ccb",
            "listedCurrency": {
              "contractAddress": "0x0000000000000000000000000000000000000000",
              "__typename": "SupportedCurrency"
            },
            "price": [
              {
                "value": 1346.849,
                "unit": "USD",
                "type": "FIAT",
                "__typename": "NFTPrice"
              },
              {
                "value": 0.7,
                "unit": "ETH",
                "type": "CRYPTO",
                "__typename": "NFTPrice"
              }
            ],
            "__typename": "Order"
          },
          "isBuyNowEnabled": true,
          "isMakeOfferEnabled": true,
          "editionNumber": 0,
          "TokenType": "ERC721",
          "ListingStatus": "Active",
          "OwnersList": null,
          "Owners": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "RegistryId": "4fe74828-f161-45b2-9970-5cd25c301d95",
          "MintedAt": "2023-01-30T08:56:17Z",
          "TokenOwnerAddress": "0x7eBda6da1cA04E39795692CF0EBB2A3073775e78",
          "nftContractName": "The Whiskey Exchange",
          "networkName": "Goerli Testnet",
          "Registry": {
            "ID": "4fe74828-f161-45b2-9970-5cd25c301d95",
            "NetworkID": "c41db347-0ee3-4212-943a-ca213b8e0ea8",
            "Network": {
              "name": "Goerli Testnet",
              "chainID": 5,
              "__typename": "Network"
            },
            "OrganizationID": "f2f5c627-5421-4c40-9913-edfd09dd98b3",
            "CollectionName": "The Whiskey Exchange",
            "ContractAddress": "0xdadd30ab03b90ba4b2042a75c7b3bd12f24629e9",
            "IsAllTokensApproved": true,
            "MarketplaceID": "d5cd9396-9a45-4c2b-8e23-a74f57ef2bb8",
            "TotalApproved": 0,
            "CollectionTotal": 64,
            "ArtistID": "33c4fa08-7714-4a60-9f67-318774758c38",
            "Artist": {
              "id": "33c4fa08-7714-4a60-9f67-318774758c38",
              "description": "",
              "artistName": "Adam Pendleton",
              "artistLocation": "",
              "artistContactEmail": "",
              "artistContactNumber": "",
              "artistWebsite": "",
              "__typename": "Artist"
            },
            "CategoryID": "96ca43ca-f107-448d-a5f3-da9918640ad7",
            "CreatedByUserID": "0791de9e-5693-4c95-b481-d84a84f3904e",
            "CreatedAt": "2023-01-30T19:07:24Z",
            "UpdatedAt": "2023-04-06T10:30:38Z",
            "__typename": "Registry"
          },
          "isOfferExist": null,
          "CreatedBy": "00000000-0000-0000-0000-000000000000",
          "CreatedAt": null,
          "UpdatedAt": null,
          "__typename": "RegistryTokens"
        }
      ],
      "totalCount": 123,
      "user": null,
      "lowestSoldPrice": null,
      "highestSoldPrice": null,
      "latestSoldPrice": null,
      "__typename": "RegistryTokensResponse"
    }
  }
}

Arguments

NameTypeDescriptionRequired
orgIDUUIDThe organization idYes
marketplaceIDUUIDThe marketplace id.Yes
ownerStringowner address(filer with NFT owner address)No
offsetIntegerOffset to skip the some record.No
limitIntegerLimit to set the number record return.No
searchKeyStringSearch key filer nft by token name,token id,contract Address,artist name,token type,contract name,minted year.No
filtersEnumorder by the nft such as recently_listed,recently_minted,initially_minted,price_low_to_high,price_high_to_low.No
categoryIDUUIDFilter category id.No
artistIDUUIDFilter by artist id.No
artistSlugStringFilter by artist name slug.No
categorySlugStringFilter by category name slug.No`
statusEnumFilter by token status.No
registryIDUUIDFilter by registry id.No
buyerAddressStringBuyer addressNo
chainIDIntegerNetwork chain id.No
sortEnumSort by tokenName,tokenType,tokenID,priority with ASC or DESC order.No

Fields

NameTypeDescription
RegistryTokensResponseObjectContains information such as totalCount, user and RegistryTokens

Example

Load the secondary marketplace NFT based on the filter.