This endpoint returns a list of the NFT positions held by a specific wallet.

If the wallet address has not been previously added, this endpoint may return a 202 status code. This indicates that the wallet's positions are not yet available, but will be in the near future. In this case, the client should periodically request this endpoint until a 200 status code is returned.

NOTE: It is important to stop retrying after a reasonable period of time. If a 200 status code is not returned within 2 minutes, it is likely that an unexpected error has occurred and the client should stop polling.

NOTE: This endpoint provides support for filters, sorting, and pagination parameters. Ensure that the length of the request URL falls within a safe range for your platform. Typically, a length of 2000 characters is a safe limit for most combinations of client and server software.

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.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!