Path parameters
Query parameters
Filter by main category. Options: HISTORY_MISSION_MAIN_CATEGORY_CHARACTER, HISTORY_MISSION_MAIN_CATEGORY_ITEM, HISTORY_MISSION_MAIN_CATEGORY_ADVENTURE, HISTORY_MISSION_MAIN_CATEGORY_BATTLE, HISTORY_MISSION_MAIN_CATEGORY_BLOCKCHAIN, HISTORY_MISSION_MAIN_CATEGORY_SOCIAL
Pagination cursor for next page
Response
Indicates if the request was successful
List of history mission objects
Indicates if more results are available
curl --request GET \
--url 'https://openapi.msu.io/v1rc1/characters/by-token-id/{tokenId}/history-missions?mainCategory=HISTORY_MISSION_MAIN_CATEGORY_CHARACTER' \
--header 'Content-Type: application/json' \
--header 'x-nxopen-api-key: YOUR_API_KEY'
{
"success": true,
"data": {
"historyMissions": [],
"nextCursor": "string",
"hasMore": false
}
}
Notes
- Pagination is supported, with 20 items per page