hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

HIP-904 Add NFTs to Airdrop REST API response #9378

Open edwin-greene opened 2 weeks ago

edwin-greene commented 2 weeks ago

Problem

The Outstanding and Pending airdrops endpoints currently only return fungible tokens.

Solution

-Add nfts to the response and paginate based on sender/receiver, token.id and serialnumber.

Alternatives

No response