---
title: "Get collections owned items by owner"
method: GET
path: "/v0.1/ownerships/collections"
tags: ["NFT Ownerships"]
---

# Get collections owned items by owner

`GET /v0.1/ownerships/collections`

Returns list of collection with owned items by specified owner

## Query parameters

- `owners` UnionAddress[], required
- `blockchains` Blockchain[]
- `continuation` string
- `size` integer

## Response `200`

OK

- CollectionsWithOwnedItems
  - `collections` CollectionWithOwnedItems[], required
    - `collection` Collection, required
      - `id` string, required — Collection id
      - `parent` string — Collection id
      - `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
      - `structure` 'REGULAR' | 'COMPOSITE' | 'PART' — Collection structure can be described as: - REGULAR: a standalone collection that has a corresponding contract address on the blockchain. - COMPOSITE: an artificial collection that is composed of one or more regular collections or items. - PART: an artificial collection that is a part of a larger regular collection, thus has a parent collection.
      - `type` 'CRYPTO_PUNKS' | 'ERC721' | 'ERC1155' | 'FLOW' | 'SOLANA' | 'TOKEN_GROUP_2022' | 'IMMUTABLEX' | 'APTOS', required
      - `status` 'PENDING' | 'ERROR' | 'CONFIRMED'
      - `name` string, required
      - `symbol` string
      - `owner` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `features` string[], required
      - `minters` UnionAddress[] — List of addresses that can mint items in this collection
      - `meta` CollectionMeta
        - `name` string, required — Name of the collection
        - `description` string — Description of the collection
        - `createdAt` 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 collection
        - `originalMetaUri` string — URI to the original meta JSON
        - `content` MetaContent[], required
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - `externalLink` string — External link to the original website for the collection
        - `sellerFeeBasisPoints` integer — Indicates a 1% seller fee
        - `feeRecipient` string — Blockchain address in Union format `${blockchainGroup}:${token}`
      - `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
      - `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
      - `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
              - …
            - 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
      - `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
              - …
            - `value` string, required
          - `take` Asset, required
            - `type` union, required
              - …
            - `value` string, required
          - `salt` string, required
          - `signature` string
          - `feeTakers` UnionAddress[]
          - `data` union, required
            - object
              - …
            - object
              - …
            - EthOrderDataRaribleV2DataV1
              - …
            - EthOrderDataRaribleV2DataV2
              - …
            - EthOrderDataRaribleV2DataV3
              - …
            - EthOrderDataRaribleV2DataV3Sell
              - …
            - EthOrderDataRaribleV2DataV3Buy
              - …
            - object
              - …
            - EthOrderBasicSeaportDataV1
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `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
              - …
            - `value` string, required
          - `take` Asset, required
            - `type` union, required
              - …
            - `value` string, required
          - `salt` string, required
          - `signature` string
          - `feeTakers` UnionAddress[]
          - `data` union, required
            - object
              - …
            - object
              - …
            - EthOrderDataRaribleV2DataV1
              - …
            - EthOrderDataRaribleV2DataV2
              - …
            - EthOrderDataRaribleV2DataV3
              - …
            - EthOrderDataRaribleV2DataV3Sell
              - …
            - EthOrderDataRaribleV2DataV3Buy
              - …
            - object
              - …
            - EthOrderBasicSeaportDataV1
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
          - `version` integer
      - `self` boolean
      - `scam` boolean — Deprecated, use spamScore instead
      - `spamScore` integer — Spam score of the collection, 0 - not spam, 100 - spam
      - `hasTraits` boolean
      - `shared` boolean
      - `extra` object — Blockchain-specific information about this NFT collection particular to that blockchain's data model
      - `version` integer
    - `ownedItems` integer, required
  - `continuation` string — Continuation token to paginate result

## 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/revisions/5d2651b9411d/schema)
