Chaintracks
Chaintracks implements the GorillaPool Chaintracks API as a Protocol subclass.
Commands
| Command | Method | Path | Response | Escape hatch |
|---|---|---|---|---|
get_block_header | GET | /chaintracks/v2/header/height/{height} | :json | yes |
current_height | GET | /chaintracks/v2/tip | lambda |
Escape Hatches
These commands use custom dispatch logic rather than the default HTTP template.
get_block_header
Block-header escape hatch: normalises Chaintracks’s merkleRoot field to the canonical merkle_root key. See issue #791 for the cross-protocol rationale.