---
title: "GET /allowances"
method: GET
path: "/allowances"
tags: ["Allowances"]
---

# GET /allowances

`GET /allowances`

## Query parameters

- `address` string, required
- `spender` string, required

## Response `200`

Success

- TokenAllowance[]
  - `allowance` string, required
  - `decimals` number, double, required
  - `address` string, required
  - `symbol` string, required

## Other responses

- `400` — Bad Request - Invalid address or spender
- `500` — Internal Server Error

---

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