该用户的聊天记录定位。
funneh
funneh
If there's an official channel/way to keep track of the API changes that would be great
If there's an official channel/way to keep track of the API changes that would be great
Hey Abel, thanks for the quick reply. I have indeed read the docs (https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/nonces-and-api-wallets#api-wallets), but I've must've missed when the `fetch_balance` (I'm also using ccxt) endpoint was amended to require the user's address instead of the agent wallet, as from memory it used to work with the latter
Hey Abel, thanks for the quick reply. I have indeed read the docs (https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/nonces-and-api-wallets#api-wallets), but I've must've missed when the `fetch_balance` (I'm also using ccxt) endpoint was amended to require the user's address instead of the agent wallet, as from memory it used to work with the latter
Can you be more specific?
Can you be more specific?
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":[]}% ```
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