This endpoint returns a list of wallet positions.

If the address was not added before it is possible that this endpoint will return 202 status. It means that positions for the wallet are not prepared yet, but will be available soon. In that case the client have to request this endpoint periodically, while 200 status wasn't returned.

NOTE: Don't forget to stop retries after some reasonable period of time. If the 200 status is not returned within 2 minutes it most probably means that some unexpected error occurred and the client should stop the polling.

NOTE: This endpoint supports a lot of filters, sorting and pagination parameters. Make sure that a request URL length is in a safe range for your platform. Usually, 2000 characters are the safe limit in virtually any combination 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!