fireblocks rest api implementation of the go language version, if you are using it in production, please rigorous testing
endpoint := "https://api.fireblocks.io"
apiKey := ""
secretPath := ""
fbClient, err = NewFBClient(endpoint, apiKey, secretPath)
if err != nil {
panic(err)
}