For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enigma (HyperEVM)

  • Chain: HyperEVM (chain ID 999)

  • PartyB / Solver address: 0x76bc5889c0cfcC20960b0D81F541595d81a95122

  • Solver REST base URL: https://solver.enigma.bz/api

    • Instant open: POST https://solver.enigma.bz/api/instant_trade/instant_open

    • Instant close: POST https://solver.enigma.bz/api/instant_trade/instant_close

  • Price service: Enigma lowcap price feed (watchEnigmaPrices / getEnigmaPriceServicePricesByAddresses)

  • TP/SL handler wallet (CoH): 0xf2afbb3f13Ca72bfb69749f3bC5EbD6528b1fc31

nigma is the solver (PartyB) for the HyperEVM deployment targeted by the Trading SDK. The SDK signs each order EIP-712 and POSTs it to the solver's instant-trade endpoints, so integrators call instantOpenAuto / instantCloseAuto rather than the REST endpoints directly.

Last updated