Skip to content

Commit 9afa6e6

Browse files
authored
docs(specs): update OpenRPC specifications from Daikon [Bot] (#895)
* docs(specs): update OpenRPC specifications from Daikon * docs(nav): add 1 chain to navigation * docs(api-overview): update chain APIs overview from Daikon (batch 1/5) * docs(api-overview): update chain APIs overview from Daikon (batch 2/5) * docs(api-overview): update chain APIs overview from Daikon (batch 3/5) * docs(api-overview): update chain APIs overview from Daikon (batch 4/5) * docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
1 parent 9c330b3 commit 9afa6e6

File tree

4 files changed

+109
-0
lines changed

4 files changed

+109
-0
lines changed

fern/api-reference/node-api/chain-apis-overview.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,35 @@ Dive into each API's detailed documentation by following the links below, organi
991991
| [`net_version`](/docs/node/moonbeam/moonbeam-api-endpoints/net-version) | [`web3_clientVersion`](/docs/node/moonbeam/moonbeam-api-endpoints/web-3-client-version) |
992992
| [`web3_sha3`](/docs/node/moonbeam/moonbeam-api-endpoints/web-3-sha-3) | |
993993

994+
## Mythos APIs
995+
996+
📙 Get started with our [Mythos API Quickstart Guide](/docs/reference/mythos-api-quickstart).
997+
998+
| | |
999+
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
1000+
| [`eth_accounts`](/docs/node/mythos/mythos-api-endpoints/eth-accounts) | [`eth_blobBaseFee`](/docs/node/mythos/mythos-api-endpoints/eth-blob-base-fee) |
1001+
| [`eth_blockNumber`](/docs/node/mythos/mythos-api-endpoints/eth-block-number) | [`eth_call`](/docs/node/mythos/mythos-api-endpoints/eth-call) |
1002+
| [`eth_chainId`](/docs/node/mythos/mythos-api-endpoints/eth-chain-id) | [`eth_createAccessList`](/docs/node/mythos/mythos-api-endpoints/eth-create-access-list) |
1003+
| [`eth_estimateGas`](/docs/node/mythos/mythos-api-endpoints/eth-estimate-gas) | [`eth_feeHistory`](/docs/node/mythos/mythos-api-endpoints/eth-fee-history) |
1004+
| [`eth_gasPrice`](/docs/node/mythos/mythos-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/node/mythos/mythos-api-endpoints/eth-get-account) |
1005+
| [`eth_getBalance`](/docs/node/mythos/mythos-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/node/mythos/mythos-api-endpoints/eth-get-block-by-hash) |
1006+
| [`eth_getBlockByNumber`](/docs/node/mythos/mythos-api-endpoints/eth-get-block-by-number) | [`eth_getBlockReceipts`](/docs/node/mythos/mythos-api-endpoints/eth-get-block-receipts) |
1007+
| [`eth_getBlockTransactionCountByHash`](/docs/node/mythos/mythos-api-endpoints/eth-get-block-transaction-count-by-hash) | [`eth_getBlockTransactionCountByNumber`](/docs/node/mythos/mythos-api-endpoints/eth-get-block-transaction-count-by-number) |
1008+
| [`eth_getCode`](/docs/node/mythos/mythos-api-endpoints/eth-get-code) | [`eth_getFilterChanges`](/docs/node/mythos/mythos-api-endpoints/eth-get-filter-changes) |
1009+
| [`eth_getFilterLogs`](/docs/node/mythos/mythos-api-endpoints/eth-get-filter-logs) | [`eth_getLogs`](/docs/node/mythos/mythos-api-endpoints/eth-get-logs) |
1010+
| [`eth_getProof`](/docs/node/mythos/mythos-api-endpoints/eth-get-proof) | [`eth_getStorageAt`](/docs/node/mythos/mythos-api-endpoints/eth-get-storage-at) |
1011+
| [`eth_getTransactionByBlockHashAndIndex`](/docs/node/mythos/mythos-api-endpoints/eth-get-transaction-by-block-hash-and-index) | [`eth_getTransactionByBlockNumberAndIndex`](/docs/node/mythos/mythos-api-endpoints/eth-get-transaction-by-block-number-and-index) |
1012+
| [`eth_getTransactionByHash`](/docs/node/mythos/mythos-api-endpoints/eth-get-transaction-by-hash) | [`eth_getTransactionCount`](/docs/node/mythos/mythos-api-endpoints/eth-get-transaction-count) |
1013+
| [`eth_getTransactionReceipt`](/docs/node/mythos/mythos-api-endpoints/eth-get-transaction-receipt) | [`eth_getUncleByBlockHashAndIndex`](/docs/node/mythos/mythos-api-endpoints/eth-get-uncle-by-block-hash-and-index) |
1014+
| [`eth_getUncleByBlockNumberAndIndex`](/docs/node/mythos/mythos-api-endpoints/eth-get-uncle-by-block-number-and-index) | [`eth_getUncleCountByBlockHash`](/docs/node/mythos/mythos-api-endpoints/eth-get-uncle-count-by-block-hash) |
1015+
| [`eth_getUncleCountByBlockNumber`](/docs/node/mythos/mythos-api-endpoints/eth-get-uncle-count-by-block-number) | [`eth_maxPriorityFeePerGas`](/docs/node/mythos/mythos-api-endpoints/eth-max-priority-fee-per-gas) |
1016+
| [`eth_newBlockFilter`](/docs/node/mythos/mythos-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/node/mythos/mythos-api-endpoints/eth-new-filter) |
1017+
| [`eth_newPendingTransactionFilter`](/docs/node/mythos/mythos-api-endpoints/eth-new-pending-transaction-filter) | [`eth_sendRawTransaction`](/docs/node/mythos/mythos-api-endpoints/eth-send-raw-transaction) |
1018+
| [`eth_simulateV1`](/docs/node/mythos/mythos-api-endpoints/eth-simulate-v-1) | [`eth_submitWork`](/docs/node/mythos/mythos-api-endpoints/eth-submit-work) |
1019+
| [`eth_subscribe`](/docs/node/mythos/mythos-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/node/mythos/mythos-api-endpoints/eth-uninstall-filter) |
1020+
| [`eth_unsubscribe`](/docs/node/mythos/mythos-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/node/mythos/mythos-api-endpoints/net-version) |
1021+
| [`web3_clientVersion`](/docs/node/mythos/mythos-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/node/mythos/mythos-api-endpoints/web-3-sha-3) |
1022+
9941023
## OP Mainnet APIs
9951024

9961025
📙 Get started with our [OP Mainnet API Quickstart Guide](/docs/reference/op-mainnet-api-quickstart).

fern/apis/mythos/generators.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
api:
2+
specs:
3+
- openrpc: ../../api-specs/chains/mythos.json

fern/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,12 @@ navigation:
709709
api-name: debug
710710
slug: debug-api
711711

712+
- section: Mythos
713+
contents:
714+
- api: Mythos API Endpoints
715+
api-name: mythos
716+
slug: mythos
717+
712718
- tab: data
713719
layout:
714720
- section: Introduction
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# yaml-language-server: $schema=https://meta.open-rpc.org/
2+
3+
$schema: https://meta.open-rpc.org/
4+
openrpc: 1.2.4
5+
info:
6+
title: Alchemy Mythos JSON-RPC Specification
7+
description: A specification of the standard JSON-RPC methods for Mythos.
8+
version: 0.0.0
9+
servers:
10+
- url: https://mythos-mainnet.g.alchemy.com/v2
11+
name: Mythos Mainnet
12+
methods:
13+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_accounts
14+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_blobBaseFee
15+
- $ref: >-
16+
../_components/custom/methods.yaml#/components/methods/eth_createAccessList
17+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory
18+
- $ref: >-
19+
../_components/custom/methods.yaml#/components/methods/eth_getBlockReceipts
20+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_getProof
21+
- $ref: >-
22+
../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockHashAndIndex
23+
- $ref: >-
24+
../_components/custom/methods.yaml#/components/methods/eth_getUncleByBlockNumberAndIndex
25+
- $ref: >-
26+
../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockHash
27+
- $ref: >-
28+
../_components/custom/methods.yaml#/components/methods/eth_getUncleCountByBlockNumber
29+
- $ref: >-
30+
../_components/custom/methods.yaml#/components/methods/eth_maxPriorityFeePerGas
31+
- $ref: >-
32+
../_components/custom/methods.yaml#/components/methods/eth_newPendingTransactionFilter
33+
- $ref: ../_components/custom/methods.yaml#/components/methods/eth_simulateV1
34+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber
35+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_call
36+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_chainId
37+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_estimateGas
38+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_gasPrice
39+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getAccount
40+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBalance
41+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByHash
42+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getBlockByNumber
43+
- $ref: >-
44+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByHash
45+
- $ref: >-
46+
../_components/evm/methods.yaml#/components/methods/eth_getBlockTransactionCountByNumber
47+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getCode
48+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterChanges
49+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getFilterLogs
50+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getLogs
51+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_getStorageAt
52+
- $ref: >-
53+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockHashAndIndex
54+
- $ref: >-
55+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByBlockNumberAndIndex
56+
- $ref: >-
57+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionByHash
58+
- $ref: >-
59+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionCount
60+
- $ref: >-
61+
../_components/evm/methods.yaml#/components/methods/eth_getTransactionReceipt
62+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newBlockFilter
63+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_newFilter
64+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_sendRawTransaction
65+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_submitWork
66+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_subscribe
67+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_uninstallFilter
68+
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_unsubscribe
69+
- $ref: ../_components/evm/methods.yaml#/components/methods/net_version
70+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_clientVersion
71+
- $ref: ../_components/evm/methods.yaml#/components/methods/web3_sha3

0 commit comments

Comments
 (0)