I’m using the sandbox environment to test my API, and I’m encountering the same error from the API on both of these endpoints. Without them, I can’t complete any token Issuance or Minting operations.
Base URL: https://sandbox-api.fireblocks.io/v1
Endpoints:
-
{{baseUrl}}/tokenization/tokens
-
{{baseUrl}}/tokenization/tokens/29e93a40-7971-4c16-99b7-83e6df097af3
Error response:
{
"code": 901,
"message": "Unexpected internal service error occurred. Please try again later or contact support if the issue persists."
}
This type of error can be common in development environments like the sandbox. However, is there any alternative way to monitor the status of a token?