---
title: "Get Token A information"
method: GET
path: "/tokenA/{tokenA}/{tokenB}"
tags: ["Tokens"]
---

# Get Token A information

`GET /tokenA/{tokenA}/{tokenB}`

Returns token information for the first token in the liquidity pool. Note that this is not always the first token in the pool name.

## Path parameters

- `tokenA` 'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC', required
- `tokenB` 'CC' | 'USDCx' | 'CBTC' | 'cETH' | 'HANDL' | 'EDELx' | 'SBC', required

## Response `200`

Token A information

- TokenResponse — Token information response.
  - `instrument_id` InstrumentId, required — Unique identifier for a financial instrument.
    - `admin` string, required — The party administering the instrument
    - `id` string, required — The instrument identifier
  - `instrument_info` InstrumentInfo, required — Extended information about a financial instrument.
    - `instrument_id` InstrumentId, required — Unique identifier for a financial instrument.
      - `admin` string, required — The party administering the instrument
      - `id` string, required — The instrument identifier
    - `registry_url` string, uri, required — URL of the token registry

## Other responses

- `400` — AMM not found or token unknown

---

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