---
title: "Get exchange keys"
method: GET
path: "/v1/view/exchange/keys"
tags: ["Exchange"]
---

# Get exchange keys

`GET /v1/view/exchange/keys`

Handles `GET /v1/view/exchange/keys` via `get.v1.view.exchange.keys`.

## Response `200`

Exchange pubkeys

- ExchangeKeysView
  - `activeTraderBuffer` string[], required — Active trader buffer account public keys.
  - `canonicalMint` string, required — Canonical quote mint public key.
  - `currentAuthorities` AuthoritySetView, required — View for authority set containing all authority pubkeys
    - `adlAuthority` string, required — ADL authority public key.
    - `backstopAuthority` string, required — Backstop authority public key.
    - `cancelAuthority` string, required — Cancel authority public key.
    - `marketAuthority` string, required — Market authority public key.
    - `oracleAuthority` string, required — Oracle authority public key.
    - `riskAuthority` string, required — Risk authority public key.
    - `rootAuthority` string, required — Root authority public key.
  - `globalConfig` string, required — Global configuration account public key.
  - `globalTraderIndex` string[], required — Global trader index account public keys.
  - `globalVault` string, required — Global vault public key.
  - `pendingAuthorities` AuthoritySetView, required — View for authority set containing all authority pubkeys
    - `adlAuthority` string, required — ADL authority public key.
    - `backstopAuthority` string, required — Backstop authority public key.
    - `cancelAuthority` string, required — Cancel authority public key.
    - `marketAuthority` string, required — Market authority public key.
    - `oracleAuthority` string, required — Oracle authority public key.
    - `riskAuthority` string, required — Risk authority public key.
    - `rootAuthority` string, required — Root authority public key.
  - `perpAssetMap` string, required — Perp asset map public key.
  - `withdrawQueue` string, required — Withdraw queue account public key.

## Other responses

- `500` — Standard JSON error payload.

---

[API](https://skmtc.net/phoenix/apis/phoenix-eternal-api.md) · [All operations](https://skmtc.net/phoenix/apis/phoenix-eternal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phoenix/phoenix-eternal-api/versions/0f598402d680/schema)
