Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreTP/SLTpSlSignedRequest

TpSlSignedRequest

The final POST/DELETE body sent to the handler — typed data plus signature. Produced by signTpSlRequest; setQuoteTpSl and deleteQuoteTpSl send it.

Fields

typedData{ types; primaryType; domain; message }

The EIP-712 typed data that was signed — types, primaryType, domain (from the signing spec), and the padded message.

signaturestring

The EIP-712 signature over typedData.

signerAddress

Address that produced the signature (the session-key wallet).

Last updated on