Retrieve the balance of a specific token for an address.
POST/info/balance
The balance
endpoint retrieves the balance of a specific fungible token for a given Mina address.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successful retrieval of balance.
Bad request - invalid input parameters.
Unauthorized - user not authenticated.
Forbidden - user doesn't have permission.
Too many requests.
Internal server error - something went wrong during the request.
Service unavailable - blockchain or other external service is down.