Skip to content

Commit 122b944

Browse files
committed
add endpoints and API methods
1 parent bc868e4 commit 122b944

File tree

2 files changed

+36
-13
lines changed

2 files changed

+36
-13
lines changed

docs/chains/movement-chain/movement-dev.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ import TabItem from '@theme/TabItem';
88

99
# Getting Movement RPC
1010

11-
## API Reference
11+
### Mainnet 🌐
12+
13+
| Service 🔌 | URL 🔗 |
14+
| ----------------------------- | ------------------------------------------------ |
15+
| 🟢 rest | <https://movement.lava.build> |
16+
1217

13-
```shell
14-
TO BE ADDED
15-
```

docs/chains/movement-chain/movement.md

+30-9
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,41 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2323

2424
### Specification 📑
2525

26-
```shell
27-
TO BE ADDED
28-
```
26+
https://github.com/lavanet/lava/blob/main/specs/mainnet-1/specs/movement.json
27+
28+
### Methods 🛠️
2929

30-
### Protocols 🔗
30+
```bash
31+
lavad q spec show-chain-info MOVEMENT
32+
```
3133

32-
| Platform | jsonrpc/http |
33-
| -------- | ------------ |
34-
| Gateway ||
35-
| SDK ||
3634

3735
#### 📋 List :
3836

3937
<details>
40-
<summary> JSONRPC </summary>
38+
<summary> REST </summary>
39+
40+
41+
- healthy
42+
- accounts/{address}
43+
- accounts/{address}/events/{creation_number}
44+
- accounts/{address}/events/{event_handle}/{field_name}
45+
- accounts/{address}/module/{module_name}
46+
- accounts/{address}/modules
47+
- accounts/{address}/resource/{resource_type}
48+
- accounts/{address}/resources
49+
- accounts/{address}/transactions
50+
- blocks/by_height/{block_height}
51+
- blocks/by_version/{version}
52+
- estimate_gas_price
53+
- events/{event_key}
54+
- spec
55+
- transactions/by_hash/{txn_hash}
56+
- transactions/wait_by_hash/{txn_hash}
57+
- transactions/by_version/{txn_version}
58+
- transactions/encode_submission
59+
- transactions
60+
4161

4262
</details>
63+

0 commit comments

Comments
 (0)