Retrieve EVM compatiable NFTs (ERC721 and ERC1155) that include token identifiers, token standard, chain information, balance, and basic token attributes.
Used for authenticating requests. Provide an API key with a purpose of Sim API
. See Authentication.
The wallet address to get collectibles for.
Filter by chain(s). Accepts a single numeric chain ID (e.g. ?chain_ids=1
), a single chain name (e.g. ?chain_ids=ethereum
), or a comma-separated list of either (e.g. ?chain_ids=1,137
or ?chain_ids=ethereum,polygon
). If omitted, results include collectibles from chains with the "default" tag for the address. See the Supported Chains — Tags section.
Pagination cursor. Use the next_offset
value from the previous response to get the next page. Omit to fetch the first page.
Maximum entries per page for collectibles. Default is 250 when not provided. Values above 500 are reduced to 500. If fewer entries exist than the limit, only the available entries are returned.
1 <= x <= 500
A list of collectibles for the specified address.
The response is of type object
.