"Problems querying the status of a token"

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?

Hi @Zoran ,

Thank you for reaching out to us.

Error code: 901 refers to an unexpected internal service error that has occurred.
Could you please check the user permissions of the API user you are using to make this endpoint call?Required Endpoint Permissions: Admin, Non-Signing Admin.

Additionally, kindly remove the filter status = PENDING and try again.

“I added pagination to the query, and it worked.”