diff --git a/README.md b/README.md index 165ac12a2..50f719941 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,10 @@ the `/api` path prefix. | Verbose transaction result for last
`N` transactions, skipping `M` | `/address/A/count/N/skip/M/raw` | `types.AddressTxRaw` | | Transaction inputs and outputs as a CSV formatted file. | `/download/address/io/A` | CSV file | +| Treasury | Path | Type | +| ----------------------------------------------------------------- | --------------------- | --------------------------- | +| Current treasury info (e.g. spendable/immature/spent balance) | `/treasury/balance` | `dbtypes.TreasuryBalance` | + | Stake Difficulty (Ticket Price) | Path | Type | | -------------------------------------- | ----------------------- | ---------------------------------- | | Current sdiff and estimates | `/stake/diff` | `types.StakeDiff` |