
Headers
Used for authenticating requests. Provide an API key with a purpose of Sim API
. See Authentication.
Path Parameters
The wallet address to get collectibles for.
Query Parameters
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 2500 are reduced to 2500. If fewer entries exist than the limit, only the available entries are returned.
1 <= x <= 2500
Response
A list of collectibles for the specified address.
The wallet address for which collectibles are being reported.
A list of collectible entries.
Timestamp of when the request was received.
Timestamp of when the response was generated.
Use this value as the offset
in your next request to continue pagination. Not included when there are no more entries.