Is there a bug in the fetchBalance code for testnet? Can't seem to be able to retrieve balances on my account despite having funds
Is there a bug in the fetchBalance code for testnet? Can't seem to be able to retrieve balances on my account despite having funds
For reference:
```
curl -X POST https://api.hyperliquid.xyz/info \
-H "Content-Type: application/json" \
-d '{
"type": "spotClearinghouseState",
"user": "0xba889Ab3f04826862f76AdC94bC1D582126c0882"
}'
{"balances":[]}%
```
For reference:
```
curl -X POST https://api.hyperliquid.xyz/info \
-H "Content-Type: application/json" \
-d '{
"type": "spotClearinghouseState",
"user": "0xba889Ab3f04826862f76AdC94bC1D582126c0882"
}'
{"balances":[]}%
```