Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 3.22 KB

getnftholdersbycontractaddressrequest.md

File metadata and controls

21 lines (16 loc) · 3.22 KB

GetNftHoldersByContractAddressRequest

Example Usage

import { GetNftHoldersByContractAddressRequest } from "@avalabs/avacloud-sdk/models/operations";

let value: GetNftHoldersByContractAddressRequest = {
  pageSize: 10,
  address: "0x7a420AEFF902AAa2c85a190D7B91Ce8BEFffFE14",
};

Fields

Field Type Required Description Example
pageToken string A page token, received from a previous list call. Provide this to retrieve the subsequent page.
pageSize number The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 5000. 10
chainId string A supported evm chain id. Use the /chains endpoint to get a list of supported chain ids. 43114
address string ✔️ Contract address on the relevant chain. 0x7a420AEFF902AAa2c85a190D7B91Ce8BEFffFE14