秋田预测市场 · Discord 审计

LEAP参与话题 1消息总数 11

该用户的聊天记录定位。

Reset

聊天记录

共 11 条,显示第 1-11 条
LEAP 2026-06-07 21:01:51 Hyperliquid

🤷‍♂️

🤷‍♂️

LEAP 2026-06-07 20:59:52 Hyperliquid

HL supports simulated trading?

HL supports simulated trading?

LEAP 2026-06-07 15:56:21 Hyperliquid

That's great

That's great

LEAP 2026-06-07 15:55:42 Hyperliquid

Btw I'm still hitting errors <:catsad:1209189714968707082>

Btw I'm still hitting errors <:catsad:1209189714968707082>

LEAP 2026-06-07 15:55:27 Hyperliquid

I see thx

I see thx

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?"

LEAP 2026-06-07 08:22:56 Hyperliquid

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?"

LEAP 2026-06-07 08:15:59 Hyperliquid

Any support online I could ask question?

Any support online I could ask question?