Get outstanding token airdrops sent by an account
Accounts
Get outstanding token airdrops sent by an account
Returns outstanding token airdrops that have been sent by an account.
GET
Get outstanding token airdrops sent by an account
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Account alias or account id or evm address
Pattern:
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40}|(?:[A-Z2-7]{8})*(?:[A-Z2-7]{2}|[A-Z2-7]{4,5}|[A-Z2-7]{7,8}))$Query Parameters
The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
asc, desc The ID of the receiver to return information for
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$The nft serial number (64 bit type). Requires a tokenId value also be populated.
Pattern:
^((eq|gt|gte|lt|lte):)?\d{1,19}?$The ID of the token to return information for
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$