Get Contract Detail
This service returns contract detail for the specified id parameter.
Get Contract Detail
GET
{{server-url}}/contracts/:id
It returns contract object
Path Parameters
Name | Type | Description |
---|---|---|
id* | Number | Represents contract's identifier |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Example Response Body
Response Fields
Key | Type | Description |
---|---|---|
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