curl --request GET \ --url 'https://openapi.msu.io/v1rc1/accounts/{walletAddress}/characters?isTradable=true&cursor=string' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "characters": [], "nextCursor": "string", "hasMore": false } }
Retrieve a list of characters associated with the given wallet address
Show properties