|
| 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