All endpoints return the following response headers:
- X-Id — The node’s public key identifier
- X-Session-Token — The current cluster session token
- Request-Signature — Cryptographic signature of the response for verification
POST /state-channels//snapshot
Submits a signed binary snapshot for the given state channel (metagraph) address. The snapshot will be queued for inclusion in the next global snapshot round.The metagraph (state channel) address. This must match a registered state channel address on the network.
application/octet-stream) payload containing a Kryo-serialized signed state channel snapshot.
Response 204 No Content
The snapshot was received and queued for processing. A 204 response confirms receipt, not validity — the snapshot is validated during the consensus round.
Response 404 Not Found
The given address is not a registered state channel on this node’s known network state.