File tree Expand file tree Collapse file tree 7 files changed +66
-10
lines changed Expand file tree Collapse file tree 7 files changed +66
-10
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainlink/external-adapters-js" ,
3
- "version" : " 1.175 .0" ,
3
+ "version" : " 1.176 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"workspaces" : [
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ This document was generated automatically. Please see [Master List Generator](..
185
185
- [ view-function-multi-chain] ( ./view-function-multi-chain/README.md )
186
186
- [ view-starknet-latest-answer] ( ./view-starknet-latest-answer/README.md )
187
187
- [ wbtc-address-set] ( ./wbtc-address-set/README.md )
188
+ - [ wisdomtree] ( ./wisdomtree/README.md )
188
189
- [ wootrade] ( ./wootrade/README.md )
189
190
- [ wrapped] ( ./wrapped/README.md )
190
191
- [ xbto] ( ./xbto/README.md )
Original file line number Diff line number Diff line change
1
+ # @chainlink/wisdomtree-adapter
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [ #3914 ] ( https://github.com/smartcontractkit/external-adapters-js/pull/3914 ) [ ` afc403e ` ] ( https://github.com/smartcontractkit/external-adapters-js/commit/afc403e2bcb0a1ecb6578152f1b56913f560e501 ) Thanks [ @mohamed-mehany ] ( https://github.com/mohamed-mehany ) ! - Adds Wisdomtree adapter
Original file line number Diff line number Diff line change 1
- # Chainlink External Adapter for wisdomtree
1
+ # WISDOMTREE
2
2
3
- This README will be generated automatically when code is merged to ` main ` . If you would like to generate a preview of the README, please run ` yarn generate:readme wisdomtree ` .
3
+ ![ 1.0.0] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wisdomtree/package.json ) ![ v3] ( https://img.shields.io/badge/framework%20version-v3-blueviolet )
4
+
5
+ This document was generated automatically. Please see [ README Generator] ( ../../scripts#readme-generator ) for more info.
6
+
7
+ ## Environment Variables
8
+
9
+ | Required? | Name | Description | Type | Options | Default |
10
+ | :-------: | :----------: | :-------------------------------: | :----: | :-----: | :----------------------------------: |
11
+ | | API_ENDPOINT | An API endpoint for Data Provider | string | | ` https://dataspanapi.wisdomtree.com ` |
12
+ | ✅ | API_KEY | WisdomTree API key value | string | | |
13
+
14
+ ---
15
+
16
+ ## Data Provider Rate Limits
17
+
18
+ | Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
19
+ | :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :---------------: |
20
+ | default | | 2 | | Reasonable limits |
21
+
22
+ ---
23
+
24
+ ## Input Parameters
25
+
26
+ | Required? | Name | Description | Type | Options | Default |
27
+ | :-------: | :------: | :-----------------: | :----: | :------------------: | :-----: |
28
+ | | endpoint | The endpoint to use | string | [ nav] ( #nav-endpoint ) | ` nav ` |
29
+
30
+ ## Nav Endpoint
31
+
32
+ ` nav ` is the only supported name for this endpoint.
33
+
34
+ ### Input Params
35
+
36
+ | Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37
+ | :-------: | :----: | :----------------: | :------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
38
+ | ✅ | ticker | ` fundId ` , ` symbol ` | The symbol of the fund ticker to query | string | | | | |
39
+
40
+ ### Example
41
+
42
+ Request:
43
+
44
+ ``` json
45
+ {
46
+ "data" : {
47
+ "endpoint" : " nav" ,
48
+ "ticker" : " WTGXX"
49
+ }
50
+ }
51
+ ```
52
+
53
+ ---
54
+
55
+ MIT License
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainlink/wisdomtree-adapter" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " Chainlink wisdomtree adapter." ,
5
5
"keywords" : [
6
6
" Chainlink" ,
You can’t perform that action at this time.
0 commit comments