Skip to content

fireblocks rest api implementation of the go language version

Notifications You must be signed in to change notification settings

ltp456/go-fireblocks-sdk

Repository files navigation

go-fireblocks-sdk

fireblocks rest api implementation of the go language version, if you are using it in production, please rigorous testing

Fireblocks REST Api

example

endpoint := "https://api.fireblocks.io"
apiKey := ""
secretPath := ""

fbClient, err = NewFBClient(endpoint, apiKey, secretPath)
if err != nil {
	panic(err)
}

About

fireblocks rest api implementation of the go language version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages