File tree 2 files changed +36
-13
lines changed
docs/chains/movement-chain
2 files changed +36
-13
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ import TabItem from '@theme/TabItem';
8
8
9
9
# Getting Movement RPC
10
10
11
- ## API Reference
11
+ ### Mainnet 🌐
12
+
13
+ | Service 🔌 | URL 🔗 |
14
+ | ----------------------------- | ------------------------------------------------ |
15
+ | 🟢 rest | < https://movement.lava.build > |
16
+
12
17
13
- ``` shell
14
- TO BE ADDED
15
- ```
Original file line number Diff line number Diff line change @@ -23,20 +23,41 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
23
23
24
24
### Specification 📑
25
25
26
- ``` shell
27
- TO BE ADDED
28
- ```
26
+ https://github.com/lavanet/lava/blob/main/specs/mainnet-1/specs/movement.json
27
+
28
+ ### Methods 🛠️
29
29
30
- ### Protocols 🔗
30
+ ``` bash
31
+ lavad q spec show-chain-info MOVEMENT
32
+ ```
31
33
32
- | Platform | jsonrpc/http |
33
- | -------- | ------------ |
34
- | Gateway | ✅ |
35
- | SDK | ✅ |
36
34
37
35
#### 📋 List :
38
36
39
37
<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
+
41
61
42
62
</details >
63
+
You can’t perform that action at this time.
0 commit comments