Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://openapi.msu.io/v1rc1/msn/characters/{characterAssetKey}/raffles/history?walletAddress=string&raffledAt=string' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "walletAddress": "string", "characterAssetKey": "string", "histories": [], "updatedAt": "string" } }
Retrieve raffle participation history for a specific character (up to 30 days after the draw).
Show properties