1
1
# THE_NETWORK_FIRM
2
2
3
- ![ 1.3 .0] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/the-network-firm/package.json ) ![ v3] ( https://img.shields.io/badge/framework%20version-v3-blueviolet )
3
+ ![ 1.4 .0] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/the-network-firm/package.json ) ![ v3] ( https://img.shields.io/badge/framework%20version-v3-blueviolet )
4
4
5
5
This document was generated automatically. Please see [ README Generator] ( ../../scripts#readme-generator ) for more info.
6
6
7
7
## Environment Variables
8
8
9
- | Required? | Name | Description | Type | Options | Default |
10
- | :-------: | :--------------: | :------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
11
- | | API_ENDPOINT | API Endpoint to use | string | | ` https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/ ` |
12
- | | ALT_API_ENDPOINT | TNF alt API Endpoint | string | | ` https://api.ledgerlens.io/oc/v1 ` |
13
- | | EMGEMX_API_KEY | API key used for emgemx endpoint | string | | `` |
9
+ | Required? | Name | Description | Type | Options | Default |
10
+ | :-------: | :--------------: | :-------------------------------: | :----: | :-----: | :-------------------------------------------------------------------------: |
11
+ | | API_ENDPOINT | API Endpoint to use | string | | ` https://api.oracle-services.ledgerlens.io/v1/chainlink/proof-of-reserves/ ` |
12
+ | | ALT_API_ENDPOINT | TNF alt API Endpoint | string | | ` https://api.ledgerlens.io/oc/v1 ` |
13
+ | | EMGEMX_API_KEY | API key used for emgemx endpoint | string | | `` |
14
+ | | URANIUM_API_KEY | API key used for uranium endpoint | string | | `` |
14
15
15
16
---
16
17
@@ -24,9 +25,9 @@ This document was generated automatically. Please see [README Generator](../../s
24
25
25
26
## Input Parameters
26
27
27
- | Required? | Name | Description | Type | Options | Default |
28
- | :-------: | :------: | :-----------------: | :----: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
29
- | | endpoint | The endpoint to use | string | [ backed] ( #backed-endpoint ) , [ balance] ( #mco2-endpoint ) , [ emgemx] ( #emgemx-endpoint ) , [ eurr] ( #eurr-endpoint ) , [ gift] ( #gift-endpoint ) , [ mco2] ( #mco2-endpoint ) , [ stbt] ( #stbt-endpoint ) , [ usdr] ( #usdr-endpoint ) | ` mco2 ` |
28
+ | Required? | Name | Description | Type | Options | Default |
29
+ | :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- : | :-----: |
30
+ | | endpoint | The endpoint to use | string | [ backed] ( #backed-endpoint ) , [ balance] ( #mco2-endpoint ) , [ emgemx] ( #emgemx-endpoint ) , [ eurr] ( #eurr-endpoint ) , [ gift] ( #gift-endpoint ) , [ mco2] ( #mco2-endpoint ) , [ stbt] ( #stbt-endpoint ) , [ uranium ] ( #uranium-endpoint ) , [ usdr] ( #usdr-endpoint ) | ` mco2 ` |
30
31
31
32
## Backed Endpoint
32
33
@@ -53,6 +54,28 @@ Request:
53
54
54
55
---
55
56
57
+ ## Emgemx Endpoint
58
+
59
+ ` emgemx ` is the only supported name for this endpoint.
60
+
61
+ ### Input Params
62
+
63
+ There are no input parameters for this endpoint.
64
+
65
+ ### Example
66
+
67
+ Request:
68
+
69
+ ``` json
70
+ {
71
+ "data" : {
72
+ "endpoint" : " emgemx"
73
+ }
74
+ }
75
+ ```
76
+
77
+ ---
78
+
56
79
## Eurr Endpoint
57
80
58
81
` eurr ` is the only supported name for this endpoint.
@@ -141,9 +164,9 @@ Request:
141
164
142
165
---
143
166
144
- ## Usdr Endpoint
167
+ ## Uranium Endpoint
145
168
146
- ` usdr ` is the only supported name for this endpoint.
169
+ ` uranium ` is the only supported name for this endpoint.
147
170
148
171
### Input Params
149
172
@@ -156,16 +179,16 @@ Request:
156
179
``` json
157
180
{
158
181
"data" : {
159
- "endpoint" : " usdr "
182
+ "endpoint" : " uranium "
160
183
}
161
184
}
162
185
```
163
186
164
187
---
165
188
166
- ## Emgemx Endpoint
189
+ ## Usdr Endpoint
167
190
168
- ` emgemx ` is the only supported name for this endpoint.
191
+ ` usdr ` is the only supported name for this endpoint.
169
192
170
193
### Input Params
171
194
@@ -178,7 +201,7 @@ Request:
178
201
``` json
179
202
{
180
203
"data" : {
181
- "endpoint" : " emgemx "
204
+ "endpoint" : " usdr "
182
205
}
183
206
}
184
207
```
0 commit comments