curl --request GET \ --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/collection' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "collection": [], "paginationResult": {}, "traceId": "string" } }
Retrieve a list of collection owned by a wallet address
Show properties