---
title: "Calculate destination intent address"
method: GET
path: "/intents/destination-address/{address}"
tags: ["Intents"]
---

# Calculate destination intent address

`GET /intents/destination-address/{address}`

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

## Path parameters

- `address` string, required

## Response `200`

Destination address calculated successfully

- object
  - `destinationAddress` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Intent not found
- `500` — Failed to calculate destination address

---

[API](https://skmtc.net/horuslabsio/apis/chainrails-api.md) · [All operations](https://skmtc.net/horuslabsio/apis/chainrails-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/horuslabsio/chainrails-api/versions/76a4e00b118d/schema)
