get-tokens-of-address
Retrieve fungible and non-fungible tokens held by a MultiversX blockchain address. Specify the number of each token type to return, with default fetching of 25 per category.
Instructions
Get the tokens of an address. Returns the first 25 fungible tokens and the first 25 NFTs, SFTs and MetaESDT. To get more tokens, specify the number of tokens you want to get. Will return the specified number of fungible tokens and the same number of non-fungible. The returned list will contain twice the number of tokens specified, if tokens are available.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The bech32 address of the account (erd1...) | |
| size | No | The number of each token type to be returned. By default, the number is 25. |