---
title: "GET /v1/{chainName}/approvals/{walletAddress}/"
method: GET
path: "/v1/{chainName}/approvals/{walletAddress}/"
tags: ["get-token-approvals-for-address"]
---

# GET /v1/{chainName}/approvals/{walletAddress}/

`GET /v1/{chainName}/approvals/{walletAddress}/`

Commonly used to get a list of approvals across all token contracts categorized by spenders for a wallet’s assets.

## Path parameters

- `chainName` string, required
- `walletAddress` string, required

## Response `200`

Successful response

- object
  - `address` string — The requested address.
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `quote_currency` string — The requested quote currency eg: `USD`.
  - `chain_id` integer — The requested chain ID eg: `1`.
  - `chain_name` string — The requested chain name eg: `eth-mainnet`.
  - `items` object[] — List of response items.
    - `token_address` string — The address for the token that has approvals.
    - `token_address_label` string — The name for the token that has approvals.
    - `ticker_symbol` string — The ticker symbol for this contract. This field is set by a developer and non-unique across a network.
    - `contract_decimals` integer — Use contract decimals to format the token balance for display purposes - divide the balance by `10^{contract_decimals}`.
    - `logo_url` string — The contract logo URL.
    - `quote_rate` number, double — The exchange rate for the requested quote currency.
    - `balance` string — b;Wallet balance of the token.
    - `balance_quote` number, double — Value of the wallet balance of the token.
    - `pretty_balance_quote` string — A prettier version of the quote for rendering purposes.
    - `value_at_risk` string — Total amount at risk across all spenders.
    - `value_at_risk_quote` number, double — Value of total amount at risk across all spenders.
    - `pretty_value_at_risk_quote` string — A prettier version of the quote for rendering purposes.
    - `spenders` object[] — Contracts with non-zero approvals for this token.
      - `block_height` integer — The height of the block.
      - `tx_offset` integer — The offset is the position of the tx in the block.
      - `log_offset` integer — The offset is the position of the log entry within an event log."
      - `block_signed_at` string, date-time — The block signed timestamp in UTC.
      - `tx_hash` string — Most recent transaction that updated approval amounts for the token.
      - `spender_address` string — Address of the contract with approval for the token.
      - `allowance` string — Remaining number of tokens granted to the spender by the approval.
      - `allowance_quote` number, double — Value of the remaining allowance specified by the approval.
      - `pretty_allowance_quote` string — A prettier version of the quote for rendering purposes.
      - `value_at_risk` string — Amount at risk for spender.
      - `value_at_risk_quote` number, double — Value of amount at risk for spender.
      - `pretty_value_at_risk_quote` string — A prettier version of the quote for rendering purposes.
      - `risk_factor` string

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
