v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014667228.9 KB
Intents

Calculate destination intent address

Calculates what the intent address would be on the destination chain for a given source intent

get/intents/destination-address/{address}

Path parameters

addressstring required
Example:0x4E60e01263E750eD9D087157e19D2480Fd86A900

Source intent contract address

Response

Destination address calculated successfully

destinationAddressstring

Example response

{
  "destinationAddress": "0x5F70e12374E750fE0E087158f29E3591Ge97B011"
}