# Flow Go SDK

**URL:** https://forum.flow.com/c/flow-sdks/flow-go-sdk/15.md

[Latest](https://forum.flow.com/latest.md) · [Categories](https://forum.flow.com/categories.md) · [Tags](https://forum.flow.com/tags.md)

---

## [About the Flow Go SDK category](https://forum.flow.com/t/about-the-flow-go-sdk-category/121)

<div class="topic-metadata">

**Author:** [@Mackenzie](https://forum.flow.com/u/Mackenzie)\
**Replies:** 0

</div>

---

## [Unable to send transactions to testnet using flow go sdk](https://forum.flow.com/t/unable-to-send-transactions-to-testnet-using-flow-go-sdk/4654)

<div class="topic-metadata">

**Author:** [@OnlyTortoise](https://forum.flow.com/u/OnlyTortoise)\
**Replies:** 5\
**Last updated:** [April 28, 2023, 11:30am UTC](https://forum.flow.com/t/unable-to-send-transactions-to-testnet-using-flow-go-sdk/4654 "2023-04-28T11:30:16Z")

</div>

I’m trying to send a transaction that looks like this: ctx := httpRequest.Context() flowClient, \_ := flow\_http.NewClient(flow\_http.TestnetHost) address := flow.HexToAddress(MY\_ADDRESS) account, \_ := flowClient.GetA…

---

## [NBA TopShot Chain/Account Information](https://forum.flow.com/t/nba-topshot-chain-account-information/1558)

<div class="topic-metadata">

**Author:** [@Deetow](https://forum.flow.com/u/Deetow)\
**Replies:** 5\
**Last updated:** [April 30, 2022, 6:39pm UTC](https://forum.flow.com/t/nba-topshot-chain-account-information/1558 "2022-04-30T18:39:03Z")

</div>

Hi, I was wondering how we can correlate account addresses stored on chain with NBA Top Shot usernames. It would be nice to have a human readable format for seller/buyer in transactions, and it seems like other sites ar…

---

## [Error: code = Unavailable desc = upstream connect error or disconnect/reset before headers. reset reason: overflow](https://forum.flow.com/t/error-code-unavailable-desc-upstream-connect-error-or-disconnect-reset-before-headers-reset-reason-overflow/3012)

<div class="topic-metadata">

**Author:** [@dh77](https://forum.flow.com/u/dh77)\
**Replies:** 0\
**Last updated:** [April 10, 2022, 5:34pm UTC](https://forum.flow.com/t/error-code-unavailable-desc-upstream-connect-error-or-disconnect-reset-before-headers-reset-reason-overflow/3012 "2022-04-10T17:34:45Z")

</div>

Hey everyone, are there currently any issues with the Testnet? The status is “healthy” I just got this error twice while trying to execute my transaction (it never happened before in the previous months): Waiting for …

---

## [Too many plays for get\_all\_plays script?](https://forum.flow.com/t/too-many-plays-for-get-all-plays-script/2928)

<div class="topic-metadata">

**Author:** [@MCinPA](https://forum.flow.com/u/MCinPA)\
**Replies:** 3\
**Last updated:** [April 4, 2022, 12:53pm UTC](https://forum.flow.com/t/too-many-plays-for-get-all-plays-script/2928 "2022-04-04T12:53:34Z")

</div>

The get\_all\_plays script in the nba-smart-contracts returns an error. Is this because the amount of data returned is too large for the script (ie there are too many plays for the script to work as originally intended)? s…

---

## [Unable to install flow-go-sdk on Macbook M1](https://forum.flow.com/t/unable-to-install-flow-go-sdk-on-macbook-m1/2918)

<div class="topic-metadata">

**Author:** [@x258456753951](https://forum.flow.com/u/x258456753951)\
**Replies:** 1\
**Last updated:** [April 4, 2022, 12:28pm UTC](https://forum.flow.com/t/unable-to-install-flow-go-sdk-on-macbook-m1/2918 "2022-04-04T12:28:33Z")

</div>

Hello, I was trying to install flow-go-sdk on my new Macbook M1. I got this error related to "cannot find package github.com/fxamacker/cbor/v2, I checked out the packages installed in my GOPATH/src/github.com and v2 su…

---

## [Testnet account creation transaction fees issue](https://forum.flow.com/t/testnet-account-creation-transaction-fees-issue/2116)

<div class="topic-metadata">

**Author:** [@dbaghel](https://forum.flow.com/u/dbaghel)\
**Replies:** 1\
**Last updated:** [June 29, 2021, 8:04pm UTC](https://forum.flow.com/t/testnet-account-creation-transaction-fees-issue/2116 "2021-06-29T20:04:46Z")

</div>

Hi, I am using flow blockchain test network and getting below issue while creating a new account using Go SDK: In the signer/parent account total flow balance deducted as 0.10010000 where in flow documentation it is me…

---

## [Transfer flow from one account to another using code](https://forum.flow.com/t/transfer-flow-from-one-account-to-another-using-code/2117)

<div class="topic-metadata">

**Author:** [@dbaghel](https://forum.flow.com/u/dbaghel)\
**Replies:** 1\
**Last updated:** [June 23, 2021, 3:31pm UTC](https://forum.flow.com/t/transfer-flow-from-one-account-to-another-using-code/2117 "2021-06-23T15:31:59Z")

</div>

Hi, can somebody provide me code snippet to transfer flow from one account to another using cadence, I will use it from go SDK. I have tried to use below code but not able to succeed template := \` // Transfer Tokens …

---

## [Incorrect transaction charges on testnet](https://forum.flow.com/t/incorrect-transaction-charges-on-testnet/2118)

<div class="topic-metadata">

**Author:** [@dbaghel](https://forum.flow.com/u/dbaghel)\
**Replies:** 0\
**Last updated:** [June 23, 2021, 2:51pm UTC](https://forum.flow.com/t/incorrect-transaction-charges-on-testnet/2118 "2021-06-23T14:51:26Z")

</div>

Hi, While making transactions using gosdk through cadence code I am getting transaction charges as 0.00010000 while in their documentation it is mentioned Transaction Fee: 0.000001 FLOW Can somebody please help

---

## [Accessing previous sporks blocks](https://forum.flow.com/t/accessing-previous-sporks-blocks/1995)

<div class="topic-metadata">

**Author:** [@flowwiththego](https://forum.flow.com/u/flowwiththego)\
**Replies:** 1\
**Last updated:** [May 28, 2021, 4:50pm UTC](https://forum.flow.com/t/accessing-previous-sporks-blocks/1995 "2021-05-28T16:50:13Z")

</div>

How would I be able to get data from previous sporks of the Mainnet? The access nodes seem to be the same for all of them so what would I differ in my code to look at previous sporks?

---

## [How to access your account on NNBATopShot with SDK](https://forum.flow.com/t/how-to-access-your-account-on-nnbatopshot-with-sdk/1952)

<div class="topic-metadata">

**Author:** [@kcinimod](https://forum.flow.com/u/kcinimod)\
**Replies:** 3\
**Last updated:** [May 21, 2021, 1:45pm UTC](https://forum.flow.com/t/how-to-access-your-account-on-nnbatopshot-with-sdk/1952 "2021-05-21T13:45:24Z")

</div>

Hi, how can I view my own showcases or collection on NBATopshot via SDK?

---

## [How can i make a new app with flow ,where is my start point](https://forum.flow.com/t/how-can-i-make-a-new-app-with-flow-where-is-my-start-point/1825)

<div class="topic-metadata">

**Author:** [@darede](https://forum.flow.com/u/darede)\
**Replies:** 2\
**Last updated:** [April 29, 2021, 7:34pm UTC](https://forum.flow.com/t/how-can-i-make-a-new-app-with-flow-where-is-my-start-point/1825 "2021-04-29T19:34:17Z")

</div>

Messrs, i want make app just like NBA\_TOP where should i start ,i had read candence, Flow Emulator, go sdk ,as a Back end ,where could make test env

---

## [Testnet Explorer](https://forum.flow.com/t/testnet-explorer/1710)

<div class="topic-metadata">

**Author:** [@AhmadHussain](https://forum.flow.com/u/AhmadHussain)\
**Replies:** 1\
**Last updated:** [April 14, 2021, 1:54pm UTC](https://forum.flow.com/t/testnet-explorer/1710 "2021-04-14T13:54:35Z")

</div>

Hi! Is there any “Flow Testnet Explorer”? If yes. then kindly share the link or details to access it.

---

## [New to FLOW and Go - Querying for all Market.MomentListed events](https://forum.flow.com/t/new-to-flow-and-go-querying-for-all-market-momentlisted-events/1544)

<div class="topic-metadata">

**Author:** [@golangnewb](https://forum.flow.com/u/golangnewb)\
**Replies:** 0\
**Last updated:** [March 23, 2021, 12:45am UTC](https://forum.flow.com/t/new-to-flow-and-go-querying-for-all-market-momentlisted-events/1544 "2021-03-23T00:45:47Z")

</div>

I went through a Golang course just to be able to work on a small idea for a friend. I’m trying to find some documentation around the types of events that I can query for. I currently am successfully getting a list of …

---

## [Querying the flow chain](https://forum.flow.com/t/querying-the-flow-chain/1509)

<div class="topic-metadata">

**Author:** [@Deetow](https://forum.flow.com/u/Deetow)\
**Replies:** 2\
**Last updated:** [March 22, 2021, 8:08pm UTC](https://forum.flow.com/t/querying-the-flow-chain/1509 "2021-03-22T20:08:07Z")

</div>

Hi, I was wondering if there was an API available that would let me query from anywhere in the blockchain. From my understanding, GetEventsForHeightRange() can only grab the last 1000 blocks and the only way to query bl…

---

## [Unreachable collections that present in blocks](https://forum.flow.com/t/unreachable-collections-that-present-in-blocks/1083)

<div class="topic-metadata">

**Author:** [@yondercode](https://forum.flow.com/u/yondercode)\
**Replies:** 7\
**Last updated:** [March 15, 2021, 3:07pm UTC](https://forum.flow.com/t/unreachable-collections-that-present-in-blocks/1083 "2021-03-15T15:07:41Z")

</div>

Recently there seems to be some cases where a collection is present in a block’s CollectionGuarantees but the collection is not accessible through GetCollection So far I have encountered with this issue several times: h…

---

## [Testnet Access and Javascript SDK examples](https://forum.flow.com/t/testnet-access-and-javascript-sdk-examples/667)

<div class="topic-metadata">

**Author:** [@unlocked](https://forum.flow.com/u/unlocked)\
**Replies:** 6\
**Last updated:** [December 15, 2020, 7:39pm UTC](https://forum.flow.com/t/testnet-access-and-javascript-sdk-examples/667 "2020-12-15T19:39:07Z")

</div>

Below was the original question Hello, I found this on the onflow javascript sdk example. Is this up to date? I read on the onflow website that in order to deploy to testnet I needed to create an account on Faucet. W…

---

## [Safely storing the values of event fields](https://forum.flow.com/t/safely-storing-the-values-of-event-fields/641)

<div class="topic-metadata">

**Author:** [@yondercode](https://forum.flow.com/u/yondercode)\
**Replies:** 3\
**Last updated:** [November 17, 2020, 7:18am UTC](https://forum.flow.com/t/safely-storing-the-values-of-event-fields/641 "2020-11-17T07:18:39Z")

</div>

Hey I need some suggestion. I want to store Flow’s event data in my own database, I’m having a trouble figuring out how to store the event field’s values since I’m storing for any arbitrary events (not for any known even…

---

## [Is there are service account analog to for the localnet setup, that would work for account creation etc.?](https://forum.flow.com/t/is-there-are-service-account-analog-to-for-the-localnet-setup-that-would-work-for-account-creation-etc/638)

<div class="topic-metadata">

**Author:** [@daniel](https://forum.flow.com/u/daniel)\
**Replies:** 1\
**Last updated:** [November 13, 2020, 11:36am UTC](https://forum.flow.com/t/is-there-are-service-account-analog-to-for-the-localnet-setup-that-would-work-for-account-creation-etc/638 "2020-11-13T11:36:54Z")

</div>

Similar to this:
