For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contract Addresses

Get contract addresses

get

Returns the Hinkal smart contract addresses for every supported EVM and Tron chain. Solana is not included. Fields are omitted when a contract is not deployed on that chain.

Responses
200

Contract addresses keyed by chainId

application/json
successboolean · enumRequiredPossible values:
get/contract-addresses
GET /contract-addresses HTTP/1.1
Host: api.hinkal.io
Accept: */*
{
  "success": true,
  "addresses": {
    "1": {
      "hinkalAddress": "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
      "hinkalHelperAddress": "0xF498fa8b0C1328a22f5d3764DcaB712728d12562",
      "hinkalWrapperAddress": "0xa1548597e26d675ad10aa484b6972aac38ba1ea3",
      "depositOnChainUtxosExternalActionAddress": "0x1228c9f5e5BA59b609373f6dbA78aa39CE776557"
    },
    "10": {
      "hinkalAddress": "0x25e5e82f5702A27C3466fE68f14abDbbAdFca826",
      "hinkalHelperAddress": "0xe23B6307cfA9521dD0DF43a88915A5F943cC97eD",
      "hinkalWrapperAddress": "0x35AfB32e5a7d907f2ca0C8C37808A9274B96A198",
      "depositOnChainUtxosExternalActionAddress": "0x73C89491026dCea945908e7D4764C8F54f8B8bDc"
    }
  }
}

Last updated