Arcade
Arcade protocol implementation for submitting transactions to the BSV network.
External docs: Arcade repository
Commands
| Command | Method | Path | Response | Escape hatch |
|---|---|---|---|---|
broadcast | POST | /tx | :json | yes |
get_tx_status | GET | /tx/{txid} | :json | yes |
health | GET | /health | :json |
Escape Hatches
These commands use custom dispatch logic rather than the default HTTP template.
broadcast
Broadcast escape hatch: Arcade-specific headers and response shape.
get_tx_status
get_tx_status: pass-through to default_call plus rejection check.