Skip to content

findcoo/gothumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gothumb

bithumb용 go언어 API 클라이언트.

유사제품: goinone

주의! bithumb은 응답이 유연하게 설계되어 있습니다. api 문서를 참조해주세요.

API

  • Info
    • balance

      // token string, secret string 
      // resp *APIResponse
        client := NewClient(token, secret)
        resp, err := client.Balance()

About

go언어용 bithumb api 클라이언트

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages