Skip to main content
GET
/
tokenization
/
collections
TypeScript
const response: Promise<FireblocksResponse<GetLinkedCollectionsPaginatedResponse>> = fireblocks.tokenization.getLinkedCollections(tokenizationApiGetLinkedCollectionsRequest);
{
  "data": [
    {
      "id": "fbfbfbfb-fbfb-fbfb-fbfb-fbfbfbfbfbfb",
      "status": "COMPLETED",
      "type": "NON_FUNGIBLE_TOKEN",
      "displayName": "My Simple ERC721 Collection",
      "collectionMetadata": {
        "fbCollectionId": "911fe739f0d4d123c98fd366c3bed35c6e30c00e",
        "blockchainDescriptor": "ETH",
        "name": "Rarible",
        "symbol": "RARI",
        "standard": [
          "ERC721",
          "ERC1155",
          "FA2"
        ],
        "contractAddress": "0x1723017329a804564bC8d215496C89eaBf1F3211"
      }
    }
  ],
  "next": "eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

pageCursor
string

Page cursor to get the next page, for example - "MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="

pageSize
number
default:100

Number of items per page (max 100), requesting more then 100 will return 100 items

Required range: 1 <= x <= 100

Response

Collection fetched successfully

data
object[]

The data of the current page

next
string | null

The ID of the next page

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"