This endpoint returns a paginated list of fungible assets supported by Zerion. It also provides the ability to search for fungibles. If no fungible assets are found for given filters, the empty list with 200 status is returned.
NOTE: This endpoint supports a lot of filters, sorting, and pagination parameters. Ensure your request URL length is within a safe range for your platform. Usually, 2000 characters are the safe limit in virtually any combination of client and server software.
NOTE: The
filter[implementation_address]parameter ignoresfilter[search_query]. It may be changed in the future.
NOTE: Consider all IDs as abstract strings, without making any assumptions about their format or relying on such assumptions. There is a non-zero probability that IDs may change in the future, and this should not result in any breaking changes.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Denominated currency value of returned prices
eth, btc, usd, eur, krw, rub, gbp, aud, cad, inr, jpy, nzd, try, zar, cny, chf Pagination parameters
Query for a full-text search.
1 - 66"Index"
Keep only fungibles from this chain. Available chain ids can be found in chains endpoints.
"polygon"
Keep only fungibles deployed at given address. Is it possible that different fungibles are deployed at the same address on different chains.
32 - 44"0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6"
Keep only fungibles with given implementations (comma-separated list of chain:address pairs). Maximum of 25 implementations allowed. example: "base,ethereum:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
This filter is mutually exclusive with filter[implementation_chain_id] and filter[implementation_address].
25Keep only fungibles with the given ids (comma-separated list)
2544Choose how the result should be ordered
-market_data.market_cap, market_data.market_cap, -market_data.price.last, market_data.price.last, -market_data.price.percent_change_1d, market_data.price.percent_change_1d, -market_data.price.percent_change_30d, market_data.price.percent_change_30d, -market_data.price.percent_change_90d, market_data.price.percent_change_90d, -market_data.price.percent_change_365d, market_data.price.percent_change_365d, -market_data.trading_volumes.volume_1d, market_data.trading_volumes.volume_1d