Get collections

GET {{baseUrl}}/tokenization/collections

Get collections (paginated)

Request Params

KeyDatatypeRequiredDescription
pageCursorstringPage cursor to get the next page, for example - "MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="
pageSizenumberNumber of items per page (max 100), requesting more then 100 will return 100 items

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","status":"COMPLETED","type":"SEMI_FUNGIBLE_TOKEN","displayName":"\u003cstring\u003e","collectionMetadata":{"fbCollectionId":"\u003cstring\u003e","blockchainDescriptor":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","standard":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e"}},{"id":"\u003cstring\u003e","status":"COMPLETED","type":"NON_FUNGIBLE_TOKEN","displayName":"\u003cstring\u003e","collectionMetadata":{"fbCollectionId":"\u003cstring\u003e","blockchainDescriptor":"\u003cstring\u003e","name":"\u003cstring\u003e","symbol":"\u003cstring\u003e","standard":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e"}}],"next":"\u003cstring\u003e"}