---
title: "Get the token allowance for a specific token contract address"
method: GET
path: "/api/v2/{coin}/wallet/{walletId}/allowance"
tags: ["Wallet"]
---

# Get the token allowance for a specific token contract address

`GET /api/v2/{coin}/wallet/{walletId}/allowance`

## Path parameters

- `coin` string, required — A cryptocurrency symbol or token ticker symbol
- `walletId` string, required

## Response `200`

OK

- TokenAllowanceResponse
  - `allowance` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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