---
title: "Get crypto allowances for an account info"
method: GET
path: "/api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/crypto"
tags: ["accounts"]
---

# Get crypto allowances for an account info

`GET /api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/crypto`

Returns information for all crypto allowances for an account.

## Path parameters

- `idOrAliasOrEvmAddress` string, required

## Query parameters

- `limit` integer
- `order` 'asc' | 'desc'
- `spender.id` string

## Response `200`

OK

- CryptoAllowancesResponse
  - `allowances` CryptoAllowance[]
    - `amount` integer — The amount remaining of the original amount granted in tinybars.
    - `amount_granted` integer — The granted amount of the spender's allowance in tinybars.
    - `owner` string, nullable — Network entity ID in the format of `shard.realm.num`
    - `spender` string, nullable — Network entity ID in the format of `shard.realm.num`
    - `timestamp` TimestampRange — A timestamp range an entity is valid for
      - `from` string — The inclusive from timestamp in seconds
      - `to` string, nullable — The exclusive to timestamp in seconds
  - `links` Links
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter
- `404` — Not Found

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
