Claim Contract

Claim a contract. This contract must be authorized in your project first. See [Authorize Contract with Function Signatures](https://docs.syndicate.io/open-api/admin/authorize-with-fn-sigs) to authorize a contract in your project.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdUUIDRequired
chainIdintegerRequired
contractAddressstringRequired

Response

This endpoint returns an object.
addressstring
chainIdinteger
createdAtdatetime
functionSignatureslist of objects
idstring
namestring
projectIdUUID
claimedByOrganizationIdUUID
expiresAtdatetime
updatedAtdatetime

Errors

400
Status Bad Request
404
Status Not Found
500
Status Internal Server Error