---
title: "GET /deployment"
method: GET
path: "/deployment"
tags: ["orders"]
---

# GET /deployment

`GET /deployment`

Returns deployment contract addresses and domain separator.

## Response `200`

Deployment info

- DeploymentApiResult — Deployment API result
  - `collateral` string, required — Address of the collateral
  - `controller` string, required — Controller address
  - `domain_separator` string, required — Domain separator
  - `staked_token` string, required — Address of the staked asset token (for staked-asset redemption redeems)
  - `token` string, required — Address of the asset token

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/tenbinlabs/apis/order-service-api.md) · [All operations](https://skmtc.net/tenbinlabs/apis/order-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tenbinlabs/order-service-api/revisions/d8ed26b0f13c/schema)
