Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Limits & back-pressure

LimitValueScope
Concurrent connections32Server-wide
Per-connection read timeout30 sPer request
Default request body64 KiBAll methods unless overridden
send_raw_transaction body2.5 MiBPer request
get_script_utxos body200 KiBPer request
Response body8 MiBPer response
Response headers64 KiBPer response
send_raw_transaction rate60 / min / IPSliding window
UTXO scan rate (balance/utxos)30 / min / IPSliding window
UTXO scan concurrency1 globallySerialized to protect tip-write lock
UTXO list size1000 entriesSee truncated flag below

When a rate limit is hit, the server returns HTTP 429 with body {"error":"rate limited"}. Back off and retry with jitter.