Get Outstanding Token Airdrops
Returns outstanding token airdrops that have been sent by an account.
This method will use 20
Compute Units.
Returns outstanding token airdrops that have been sent by an account.
Path parameters
idOrAliasOrEvmAddressstringRequiredExample:
Account alias or account id or evm address
{"value":"HIQQEXWKW53RKN4W6XXC4Q232SYNZ3SZANVZZSUME5B5PRGXL663UAQA"}
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
limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25
Example: 2
orderundefined · enumOptionalDefault:
The order in which items are listed
asc
Example: desc
Possible values: receiver.idstringOptionalExample:
The ID of the receiver to return information for
{"summary":"--","value":""}
Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$
serialnumberstringOptionalExample:
The nft serial number (64 bit type). Requires a tokenId value also be populated.
{"summary":"--","value":""}
Pattern: ^((eq|gt|gte|lt|lte):)?\d{1,19}?$
token.idstringOptionalExample:
The ID of the token to return information for
{"summary":"--","value":""}
Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$
Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
Last updated
Was this helpful?