---
title: "Get the swap contract's output token metadata"
method: GET
path: "/v1/swap/output-token"
tags: ["Swap"]
---

# Get the swap contract's output token metadata

`GET /v1/swap/output-token`

Resolves outputToken() on the Superstate swap contract and returns the ERC-20 name, symbol and decimals of that token.

## Query parameters

- `contract_address` string, required
- `chain` string, required

## Response `200`

Successful response.

- SwapOutputToken — ERC-20 metadata of a swap contract's output token.
  - `decimals` integer, required — ERC-20 token decimals
  - `name` string, required — ERC-20 token name
  - `object` 'swap_output_token', required — String representing the object's type. Objects of the same type share the same value.
  - `symbol` string, required — ERC-20 token symbol

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/coinlist/apis/frontline-api.md) · [All operations](https://skmtc.dev/coinlist/apis/frontline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinlist/frontline-api/revisions/fa411ea1bdfb/schema)
