---
title: "Get outstanding token airdrops sent by an account"
method: GET
path: "/api/v1/accounts/{idOrAliasOrEvmAddress}/airdrops/outstanding"
tags: ["airdrops"]
---

# Get outstanding token airdrops sent by an account

`GET /api/v1/accounts/{idOrAliasOrEvmAddress}/airdrops/outstanding`

Returns outstanding token airdrops that have been sent by an account.

## Path parameters

- `idOrAliasOrEvmAddress` string, required

## Query parameters

- `limit` integer
- `order` 'asc' | 'desc'
- `receiver.id` string
- `serialnumber` string
- `token.id` string

## Response `200`

OK

- TokenAirdropsResponse
  - `airdrops` TokenAirdrop[]
    - `amount` integer, required
    - `receiver_id` string, nullable, required — Network entity ID in the format of `shard.realm.num`
    - `sender_id` string, nullable, required — Network entity ID in the format of `shard.realm.num`
    - `serial_number` integer, nullable
    - `timestamp` TimestampRange, required — 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
    - `token_id` string, nullable, required — Network entity ID in the format of `shard.realm.num`
  - `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)
