Authorize Contract with JSON ABI
Authorize a contract and its corresponding function signatures using the JSON ABI format.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
abi
address
chainId
name
projectId
expiresAt
Response
This endpoint returns an object.
address
chainId
createdAt
functionSignatures
id
name
projectId
claimedByOrganizationId
expiresAt
updatedAt
Errors
400
Status Bad Request
404
Status Not Found
409
Status Conflict
500
Status Internal Server Error