Skip to main content

How Can I Fetch the Latest Contract Address and ABI?

Access the latest deployed contract and ABI to ensure your app always interacts with the correct version of the TPA system.

Updated over 2 months ago

Use the Get Latest Contract endpoint to fetch the most recent deployed smart contract address and its associated ABI.

Send a GET request to /plaques/contract/latest. The response includes:

  • The current smart contract address used for DeAI TPA minting

  • A direct link to the ABI (Application Binary Interface)

This keeps your integration aligned with the live contract version, which is essential for reliable and future-proof application behavior.

Did this answer your question?