Skip to main content
GET
/
v1rc1
/
msn
/
characters
/
{characterAssetKey}
/
raffles
/
history
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"
  }
}

Path parameters

characterAssetKey
string
required
The characterAssetKey

Query parameters

walletAddress
string
required
walletAddress
raffledAt
string
raffledAt

Response

success
boolean
Indicates if the request was successful
data
object
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"
  }
}