diff --git a/content/docs/apis/stacks-blockchain-api/reference/blocks/block-by-height-v3.mdx b/content/docs/apis/stacks-blockchain-api/reference/blocks/block-by-height-v3.mdx
new file mode 100644
index 000000000..dc66333e9
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/blocks/block-by-height-v3.mdx
@@ -0,0 +1,13 @@
+---
+title: Block by height (v3)
+sidebarTitle: Block by height (v3)
+description: Retrieves a block by its height using the v3 endpoint.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/blocks/meta.json b/content/docs/apis/stacks-blockchain-api/reference/blocks/meta.json
index 267349366..58ece9e96 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/blocks/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/blocks/meta.json
@@ -8,9 +8,11 @@
"recent-blocks",
"block-by-hash",
"block-by-height",
+ "block-by-height-v3",
"block-by-burn-block-hash",
"block-by-burn-block-height",
- "block-proposal"
+ "block-proposal",
+ "upload-block"
],
"defaultOpen": false
}
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/blocks/upload-block.mdx b/content/docs/apis/stacks-blockchain-api/reference/blocks/upload-block.mdx
new file mode 100644
index 000000000..819223568
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/blocks/upload-block.mdx
@@ -0,0 +1,13 @@
+---
+title: Upload block
+sidebarTitle: Upload block
+description: Upload a block to the node.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/info/health.mdx b/content/docs/apis/stacks-blockchain-api/reference/info/health.mdx
new file mode 100644
index 000000000..77c60de9e
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/info/health.mdx
@@ -0,0 +1,13 @@
+---
+title: Health check
+sidebarTitle: Health
+description: Get health information about the node's synchronization status.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/info/meta.json b/content/docs/apis/stacks-blockchain-api/reference/info/meta.json
index f553c6ac4..b69327268 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/info/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/info/meta.json
@@ -3,6 +3,7 @@
"pages": [
"status",
"core-api",
+ "health",
"network-block-time",
"network-given-block-time",
"total-and-unlocked-stx-supply",
diff --git a/content/docs/apis/stacks-blockchain-api/reference/nakamoto/meta.json b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/meta.json
index 1bcd2d42e..1d0fa3132 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/nakamoto/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/meta.json
@@ -3,7 +3,9 @@
"pages": [
"nakamoto-block",
"tenure-blocks",
- "tenure-metadata"
+ "tenure-metadata",
+ "tenure-fork-info",
+ "tenure-tip"
],
"defaultOpen": false
}
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-fork-info.mdx b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-fork-info.mdx
new file mode 100644
index 000000000..c8118e120
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-fork-info.mdx
@@ -0,0 +1,13 @@
+---
+title: Tenure fork info
+sidebarTitle: Tenure fork info
+description: Get information about tenure forks between two block IDs.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-tip.mdx b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-tip.mdx
new file mode 100644
index 000000000..6d81ba5f4
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/nakamoto/tenure-tip.mdx
@@ -0,0 +1,13 @@
+---
+title: Tenure tip
+sidebarTitle: Tenure tip
+description: Get the tip block ID of the tenure associated with a given consensus hash.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/meta.json b/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/meta.json
index 604341a99..5e54fd106 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/meta.json
@@ -5,6 +5,7 @@
"cycle",
"signers-in-cycle",
"signer-in-cycle",
+ "signer-details",
"stackers-for-signer-in-cycle",
"pox-details",
"stacker-set"
diff --git a/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/signer-details.mdx b/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/signer-details.mdx
new file mode 100644
index 000000000..a25bb1883
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/proof-of-transfer/signer-details.mdx
@@ -0,0 +1,13 @@
+---
+title: Signer details
+sidebarTitle: Signer details
+description: Get signer information for a specific signer and cycle.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/fast-read-only.mdx b/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/fast-read-only.mdx
new file mode 100644
index 000000000..ad75b218f
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/fast-read-only.mdx
@@ -0,0 +1,13 @@
+---
+title: Fast call read-only function
+sidebarTitle: Fast call read-only
+description: Call a read-only function on a smart contract without cost and memory tracking for faster execution.
+full: true
+isRpc: true
+---
+
+
diff --git a/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/meta.json b/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/meta.json
index 6a2f04274..82583d529 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/smart-contracts/meta.json
@@ -8,10 +8,10 @@
"interface",
"map-entry",
"read-only",
+ "fast-read-only",
"events",
"constants",
"traits"
],
"defaultOpen": false
}
-
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/get-sortitions.mdx b/content/docs/apis/stacks-blockchain-api/reference/sortitions/get-sortitions.mdx
new file mode 100644
index 000000000..1296304b9
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/get-sortitions.mdx
@@ -0,0 +1,13 @@
+---
+title: Get sortitions
+sidebarTitle: Get sortitions
+description: Retrieves information about sortitions from the burnchain.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/latest-and-last-sortitions.mdx b/content/docs/apis/stacks-blockchain-api/reference/sortitions/latest-and-last-sortitions.mdx
new file mode 100644
index 000000000..fd8041349
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/latest-and-last-sortitions.mdx
@@ -0,0 +1,13 @@
+---
+title: Latest and last sortitions
+sidebarTitle: Latest and last sortitions
+description: Retrieves information about the latest and last sortitions.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/meta.json b/content/docs/apis/stacks-blockchain-api/reference/sortitions/meta.json
new file mode 100644
index 000000000..c8f958f86
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/meta.json
@@ -0,0 +1,11 @@
+{
+ "title": "Sortitions",
+ "pages": [
+ "get-sortitions",
+ "sortition-by-burn-hash",
+ "sortition-by-burn-height",
+ "sortition-by-consensus-hash",
+ "latest-and-last-sortitions"
+ ],
+ "defaultOpen": false
+}
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-hash.mdx b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-hash.mdx
new file mode 100644
index 000000000..9ec2ec0c5
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-hash.mdx
@@ -0,0 +1,13 @@
+---
+title: Sortition by burn hash
+sidebarTitle: Sortition by burn hash
+description: Retrieves information about a sortition by its burn block hash.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-height.mdx b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-height.mdx
new file mode 100644
index 000000000..60c8aadd3
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-burn-height.mdx
@@ -0,0 +1,13 @@
+---
+title: Sortition by burn height
+sidebarTitle: Sortition by burn height
+description: Retrieves information about a sortition by its burn block height.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-consensus-hash.mdx b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-consensus-hash.mdx
new file mode 100644
index 000000000..b671b1caa
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/sortitions/sortition-by-consensus-hash.mdx
@@ -0,0 +1,13 @@
+---
+title: Sortition by consensus hash
+sidebarTitle: Sortition by consensus hash
+description: Retrieves information about a sortition by its consensus hash.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file
diff --git a/content/docs/apis/stacks-blockchain-api/reference/transactions/meta.json b/content/docs/apis/stacks-blockchain-api/reference/transactions/meta.json
index a8d562533..33d8ed70d 100644
--- a/content/docs/apis/stacks-blockchain-api/reference/transactions/meta.json
+++ b/content/docs/apis/stacks-blockchain-api/reference/transactions/meta.json
@@ -4,6 +4,7 @@
"recent-transactions",
"get-transaction",
"get-raw-transaction",
+ "transaction-details-v3",
"address-transactions",
"transactions-by-block",
"events-for-an-address-transaction",
diff --git a/content/docs/apis/stacks-blockchain-api/reference/transactions/transaction-details-v3.mdx b/content/docs/apis/stacks-blockchain-api/reference/transactions/transaction-details-v3.mdx
new file mode 100644
index 000000000..37b8a6dca
--- /dev/null
+++ b/content/docs/apis/stacks-blockchain-api/reference/transactions/transaction-details-v3.mdx
@@ -0,0 +1,13 @@
+---
+title: Transaction details (v3)
+sidebarTitle: Transaction details (v3)
+description: Get transaction details by transaction ID using the v3 endpoint.
+full: true
+isRpc: true
+---
+
+
\ No newline at end of file