Token Management
Validate authentication token
Verify that a token is still valid. Also extends token lifetime if near expiry.
get/check-token
Query parameters
tokenstring required
walletstring required
Response
Token is valid
Example response
{
"success": true,
"data": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.