v1
latestOpenAPI 3.0.12026-07-142791104.2 KBAsset
Assets filters
This endpoint can be used to obtain asset information in batches from the system.
get/openapi/v1/assets/filters
Query parameters
chain'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink' required
Chain Name, eth is default.
contract_addressstring required
The smart contract address.
namestring
The asset name.
attributesstring
Filter to a particular attribute. Attributes are case sensitive.Note: Our docs do not support this parameter correctly. To test, you can use the following URL in your browser. Example:https://api.element.market/openapi/v1/assets/filters?chain=eth&contract_address=0x67405cadb820c2d89b8d6da3e42ef6a39089c831&limit=20&attributes[Background]=Blue
cursorstring
Page cursor
limitinteger required
Page size, max is 50, default 20
Response
OK