Get Company Wallets by ChainAsk AIget https://nft-api-sandbox.venly.io/api/v2/wallets/{chain}This endpoint retrieves company minter wallets by blockchain.Path ParamschainstringenumrequiredThe blockchain to filter the result byAVACBSCETHEREUMMATICHEDERAARBITRUMAllowed:AVACBSCETHEREUMMATICHEDERAARBITRUMQuery ParamspageableDtoobjectrequiredPagination filter for the responsepageableDto objectincludeBalancebooleanDefaults to falseThis flag indicates to include the balance of company minter wallets in the response or not. Note that setting it to true will impact the endpoint's response time if you have too many company minter wallets.truefalseResponses 200OK 400When the request contains invalid input 401When the user is not authorized to access the resource 403When a user doesn't have proper security authority 404When a resource is not found 405When the HttpMethod is not supported 415Usually when the input is not a valid json 500When there's an unexpected errorUpdated 5 months ago