Get holder addresses by collectionAsk AIget https://data-api.nftgo.io/eth/v1/collection/{collection}/all-holdersReturn all holders' addresses of a collection given a contract address. Sort by nft_num.Path ParamscollectionstringrequiredThe collection filter can be a contract address, collection id, slug or opensea slug.If the slug contains special characters, you need to escape them before performing the query.Query Paramsoffsetinteger≥ 0Defaults to 0The index of data segments. The returned data is divided into many segments. One segment is returned at a time. {offset} parameter indicates the index of data segments.limitinteger1 to 100Defaults to 10The size of a returned data segmentResponses 200Successful Response 422Validation ErrorUpdated 10 months ago