v34

latestOpenAPI 3.0.0End User License Agreementraw.githubusercontent.com2026-08-01249654.9 KB
POST

Submit a benchmark

Notes

  • This endpoint can only be invoked once every few seconds

  • Order of solution_nonces does not matter

  • When a benchmark is confirmed (benchmark.state != null), up to 3 nonces will be sampled (benchmark.state.sampled_nonces) for which the corresponding merkle_proof must be submitted via /submit-proof endpoint

  • Header X-Api-Key is required. Use /request-api-key endpoint.

    • If <api_key> is invalid, a 401 error will be returned
post/submit-benchmark

Headers

X-Api-Keystring

<api_key> from /request-api-key endpoint

Request body

benchmark_idstring
stoppedboolean
merkle_rootstring
solution_qualityinteger[]

Response

Success

okboolean