curl --request GET \
--url 'https://openapi.msu.io/v1rc1/characters/by-token-id/{tokenId}/vmatrix' \
--header 'Content-Type: application/json' \
--header 'x-nxopen-api-key: YOUR_API_KEY'
{
"success": true,
"data": {
"matrixPoint": 0,
"vCoreShardCount": 0,
"vMatrixSlots": [],
"vMatrixNodes": []
}
}
Retrieve character V-Matrix information using the character token ID
curl --request GET \
--url 'https://openapi.msu.io/v1rc1/characters/by-token-id/{tokenId}/vmatrix' \
--header 'Content-Type: application/json' \
--header 'x-nxopen-api-key: YOUR_API_KEY'
{
"success": true,
"data": {
"matrixPoint": 0,
"vCoreShardCount": 0,
"vMatrixSlots": [],
"vMatrixNodes": []
}
}
curl --request GET \
--url 'https://openapi.msu.io/v1rc1/characters/by-token-id/{tokenId}/vmatrix' \
--header 'Content-Type: application/json' \
--header 'x-nxopen-api-key: YOUR_API_KEY'
{
"success": true,
"data": {
"matrixPoint": 0,
"vCoreShardCount": 0,
"vMatrixSlots": [],
"vMatrixNodes": []
}
}