Skip to main content

getHofundSubmissionStatus

POST /hofund-status. Returns the current state of one submission you made. Lookup is scoped to your key; another key’s submission id returns 404, -32004 submission not found.
string
required
The X-Hofund-Submission-ID value from the submission response: 64 lowercase hex characters.
object
An accepted durable nonce submission with an unobserved signature has status unknown. expiresAt controls receipt retention and does not establish nonce expiry. The record lives about 10 minutes. After that, or for WebSocket and QUIC submissions (which return no submission id), reconcile the signature through ThorEdge RPC.

getFastTipConfig

POST /hofund-status, params: []. Returns the fast-lane contract for the instance you reached.
object

getThorTipConfig

POST /hofund-bundle, params: []. Returns the protected-lane contract.
object

getHealth

/hofund with params absent or []. Result is the string "ok".