Filter Contracts
This service returns contracts with pagination
Filter Contracts
GET
{{server-url}}/contracts/filter
It returns list of contracts with pagination
Query Parameters
page
Number
Represents page number. Default 0
id
Number
Represents contract's identifier.
orderDirection
String
Represents order direction. It can be ASC or DESC. Default DESC
size
Number
Represents content size. Default 10
address
String
Represents contract's deployed address
artifactName
String
Represents contract's name
type
String
Represents contract's type, it can be ERC721, ERC1155 or MARKETPLACE
Headers
Authorization*
String
UUID formatted access token
PROJECT-ID*
String
UUID formatted project's identifier
Example Response Body
Response Fields
id
Number
Represents contract's identifier.
address
String
Represents contract's address
artifactName
String
Represents contract's name
type
String
Represents contract's type, it can be ERC721, ERC1155 or MARKETPLACE
projectId
String
UUID formatted project identifier
Last updated