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.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.| Param | Description |
|---|---|
format | csv (default) or json |
from / to | RFC 3339 time range |
vault_id | Limit to a vault |
wallet_id | Limit to a wallet |
status | One of the 14 transaction states |
Required permissions
| Endpoint | Permission |
|---|---|
GET /v1/transactions/estimate-fee | transactions:read |
GET /v1/transactions/export | transactions:export |
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.