Logo
Fireblocks API Documentation

List deployed contracts data

GET {{baseUrl}}/tokenization/contracts

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

 

Body PARAM

Key Datatype Required Description 
pageCursor
string Page cursor to get the next page
pageSize
string Number of items per page, requesting more then max will return max items
contractAddress
string The contract's onchain address
assetId
string
templateId
string



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

Curl
curl -X GET 'https://api.fireblocks.io/v1/tokenization/contracts?pageCursor=<string>&pageSize=<number>&contractAddress=<string>&assetId=<string>&templateId=<string>' -H 'Accept: application/json'

ENDPOINTS