stack

Home > @infiniteobjects/eth-tokens-service > RetrieveAssetsQueryParams > assetContractAddresses

RetrieveAssetsQueryParams.assetContractAddresses property

An array of contract addresses to search for (e.g. ?asset_contract_addresses=0x1…&asset_contract_addresses=0x2…). Will return a list of assets with contracts matching any of the addresses in this array. If “token_ids” is also specified, then it will only return assets that match each (address, token_id) pairing, respecting order.

Signature:

assetContractAddresses?: string;