curl --request GET \ --url 'https://openapi.msu.io/v1rc1/items/by-token-id/{tokenId}/history-missions' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "historyMissions": [], "nextCursor": "string", "hasMore": false } }
Retrieve a list of history missions for a specific NFT item using the token ID
Show properties