-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #447 from noviulian/main
add stream historical data endpoint
- Loading branch information
Showing
3 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
docs/02-streams-api/evm/reference/04-Streams/get-stream-block-data-by-number.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 15 | ||
sidebar_label: Get stream block data by number | ||
slug: /streams-api/evm/reference/get-stream-block-data-by-number | ||
--- | ||
|
||
import ApiReference from "@site/src/components/ApiReference"; | ||
import config from "../../../../configs/api-reference/configs.json"; | ||
|
||
# Get stream block data by number | ||
|
||
<ApiReference {...config.streams.GetStreamBlockDataByNumber} /> |
12 changes: 12 additions & 0 deletions
12
...eams-api/evm/reference/04-Streams/get-stream-block-data-to-webhook-by-block.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 16 | ||
sidebar_label: Get stream block data to webhook by block | ||
slug: /streams-api/evm/reference/get-stream-block-data-to-webhook-by-block | ||
--- | ||
|
||
import ApiReference from "@site/src/components/ApiReference"; | ||
import config from "../../../../configs/api-reference/configs.json"; | ||
|
||
# Get stream block data to webhook by block | ||
|
||
<ApiReference {...config.streams.GetStreamBlockDataToWebhookByNumber} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters