SDK Explorer

Retrieves a single contract that you've imported or deployed. You need to provide the contract's ID instead of the on-chain address.

Parameters
input
object
Required

Represents the input for fetching a contract.

id
string
Required

The contract's ID.

Responses
Example
1const response = await client.getContract({
2  id: '39c7146d-d240-45c3-9402-8d817a633b17',
3})
4console.log(response.data)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.