Skip to content

- #64529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SimmonsServices41 opened this issue Dec 4, 2023 · 0 comments
Closed

- #64529

SimmonsServices41 opened this issue Dec 4, 2023 · 0 comments

Comments

@SimmonsServices41
Copy link

No description provided.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
@seankhliao seankhliao changed the title package main import ( "fmt" "net/http" "io" ) func main() { url := "https://api.circle.com/v1/w3s/wallets/__WALLET_ID__/balances" req, _ := http.NewRequest("GET", url, nil) req.Header.Add("Content-Type", "application/json") req.Header.Add("Authorization", "Bearer <YOUR_API_KEY>") res, _ := http.DefaultClient.Do(req) defer res.Body.Close() body, _ := io.ReadAll(res.Body) fmt.Println(string(body)) } - Dec 4, 2023
@golang golang locked as spam and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants