List deployed contracts data

GET {{baseUrl}}/tokenization/contracts

Return a filtered lean representation of the deployed contracts data on all blockchains (paginated)

Request Params

KeyDatatypeRequiredDescription
pageCursorstringPage cursor to get the next page
pageSizestringNumber of items per page, requesting more then max will return max items
contractAddressstringThe contract's onchain address
assetIdstring
templateIdstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e","contractTemplateId":"\u003cstring\u003e","blockchainId":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","contractAddress":"\u003cstring\u003e","contractTemplateId":"\u003cstring\u003e","blockchainId":"\u003cstring\u003e"}],"next":"\u003cstring\u003e"}