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 or null
expiresAtdatetime or null
updatedAtdatetime or null

Errors