/api/v1/accounts/{senderIdOrEvmAddress}/airdrops/outstanding REST API Endpoint
Please note that this method is currently available only on the testnet and will be accessible on the mainnet soon.
Path Parameters
idOrAliasOrEvmAddress
integer
REQUIRED
The Account alias or account id or evm address
Query Parameters
limit
integer
The maximum number of items to return. Default value is 25
order
string
The order in which items are listed. Possible values are asc or desc
receiver.id
string
The ID of the receiver to return information for
serialnumber
string
The nft serial number (64 bit type). Requires a tokenId value also be populated
token.id
string
The ID of the token to return information for
Returns
airdrops
array
An array of airdrops which contains the following fields:
amount
integer
The amount of tokens being transferred in the airdrop
receiver_id
string
The account ID of the recipient receiving the airdrop
sender_id
string
The account ID of the sender initiating the airdrop
serial_number
string
The serial number for non-fungible tokens (NFTs), null if not applicable
timestamp
object
The timestamp object which contains the following fields:
from
string
The starting point of the timestamp when the airdrop was initiated
to
string
The ending point of the timestamp when the airdrop was completed
token_id
string
The unique token ID of the asset being airdropped
links
object
The links object which contains the following fields:
next
string
Link to the next page of airdrop data if available, null if none
Request
1curl 'https://docs-demo.hedera-mainnet.quiknode.pro/api/v1/accounts/{idOrAliasOrEvmAddress}/airdrops/outstanding'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free