该用户的聊天记录定位。
🤷♂️
🤷♂️
HL supports simulated trading?
HL supports simulated trading?
That's great
That's great
Btw I'm still hitting errors <:catsad:1209189714968707082>
Btw I'm still hitting errors <:catsad:1209189714968707082>
I see thx
I see thx
Thank you : )
Thank you : )
Hi pls help me <@1316145545986965504>
Hi pls help me <@1316145545986965504>
guys anyone can help? I'm building a frontend trading app on Hyperliquid. I can successfully construct and send orders to the /exchange endpoint, but I'm getting a 422 Unprocessable Entity error: 'Failed to deserialize the JSON body into the target type.' My order payload looks correct: { "action": { "type": "order", "orders": [{ "a": 0, "b": true, "p": "100000", "s": "0.0002", "r": false, "t": {"limit": {"tif": "FrontendMarket"}} }], "grouping": "na" }, "nonce": 1780789..., "signature": "0x...", "vaultAddress": null } The issue is the signature. I'm currently using: const signature = await signer.signMessage(JSON.stringify({action, nonce, vaultAddress: null})); But this keeps getting rejected. What is the correct signing method for frontend order placement? Do I need EIP-712? If so, what's the exact domain/types structure? Or should I use the SDK's order() method directly? The docs say 'see Python SDK' but I'm on frontend. Can you show a working example?"
guys anyone can help? I'm building a frontend trading app on Hyperliquid. I can successfully construct and send orders to the /exchange endpoint, but I'm getting a 422 Unprocessable Entity error: 'Failed to deserialize the JSON body into the target type.' My order payload looks correct: { "action": { "type": "order", "orders": [{ "a": 0, "b": true, "p": "100000", "s": "0.0002", "r": false, "t": {"limit": {"tif": "FrontendMarket"}} }], "grouping": "na" }, "nonce": 1780789..., "signature": "0x...", "vaultAddress": null } The issue is the signature. I'm currently using: const signature = await signer.signMessage(JSON.stringify({action, nonce, vaultAddress: null})); But this keeps getting rejected. What is the correct signing method for frontend order placement? Do I need EIP-712? If so, what's the exact domain/types structure? Or should I use the SDK's order() method directly? The docs say 'see Python SDK' but I'm on frontend. Can you show a working example?"
You're a builder, please could you help me out? 🥲
You're a builder, please could you help me out? 🥲
guys anyone can help? I'm building a frontend trading app on Hyperliquid. I can successfully construct and send orders to the /exchange endpoint, but I'm getting a 422 Unprocessable Entity error: 'Failed to deserialize the JSON body into the target type.' My order payload looks correct: { "action": { "type": "order", "orders": [{ "a": 0, "b": true, "p": "100000", "s": "0.0002", "r": false, "t": {"limit": {"tif": "FrontendMarket"}} }], "grouping": "na" }, "nonce": 1780789..., "signature": "0x...", "vaultAddress": null } The issue is the signature. I'm currently using: const signature = await signer.signMessage(JSON.stringify({action, nonce, vaultAddress: null})); But this keeps getting rejected. What is the correct signing method for frontend order placement? Do I need EIP-712? If so, what's the exact domain/types structure? Or should I use the SDK's order() method directly? The docs say 'see Python SDK' but I'm on frontend. Can you show a working example?"
guys anyone can help? I'm building a frontend trading app on Hyperliquid. I can successfully construct and send orders to the /exchange endpoint, but I'm getting a 422 Unprocessable Entity error: 'Failed to deserialize the JSON body into the target type.' My order payload looks correct: { "action": { "type": "order", "orders": [{ "a": 0, "b": true, "p": "100000", "s": "0.0002", "r": false, "t": {"limit": {"tif": "FrontendMarket"}} }], "grouping": "na" }, "nonce": 1780789..., "signature": "0x...", "vaultAddress": null } The issue is the signature. I'm currently using: const signature = await signer.signMessage(JSON.stringify({action, nonce, vaultAddress: null})); But this keeps getting rejected. What is the correct signing method for frontend order placement? Do I need EIP-712? If so, what's the exact domain/types structure? Or should I use the SDK's order() method directly? The docs say 'see Python SDK' but I'm on frontend. Can you show a working example?"
Any support online I could ask question?
Any support online I could ask question?