---
title: "Check whether a wallet is authorized on a swap contract"
method: GET
path: "/v1/wallet/authorized"
tags: ["Wallet"]
---

# Check whether a wallet is authorized on a swap contract

`GET /v1/wallet/authorized`

Reads authorized(address) on the Superstate swap contract to determine whether the given wallet is allowed to swap.

## Query parameters

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

## Response `200`

Successful response.

- WalletAuthorization — Whether a wallet is authorized to swap on a Superstate swap contract.
  - `authorized` boolean, required — Whether the wallet is authorized on the swap contract
  - `object` 'wallet_authorization', required — String representing the object's type. Objects of the same type share the same value.

## 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)
