Skip to main content

Estimate fee

Returns gas-price and gas-limit estimates for a hypothetical transaction without submitting it. Useful for UI previews and pre-flight policy checks.
Response 200
This call talks to the configured CUSTODY_NODE_RPC_URL. If the node is unavailable, the response is 1500 NODE_UNAVAILABLE. The estimate does not reserve a nonce or commit to broadcast.

Export transactions

Streams a CSV (or JSON) of transactions matching the filter, suitable for accounting reconciliation.
Filters CSV columns
Response headers
For large exports the response is streamed; clients should not buffer the entire body in memory.

Required permissions

The transactions:export action is a separate permission to allow segregation: a viewer can read individual transactions but a compliance_officer is typically the principal that exports.