File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ # R25
2+
3+ ![ 0.0.0] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/r25/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_KEY | An API key for R25 | string | | |
12+ | ✅ | API_SECRET | An API secret for R25 used to sign requests | string | | |
13+ | | API_ENDPOINT | An API endpoint for R25 | string | | ` https://app.r25.xyz ` |
14+
15+ ---
16+
17+ ## Data Provider Rate Limits
18+
19+ | Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
20+ | :-----: | :-------------------------: | :-------------------------: | :-----------------------: | :--: |
21+ | default | 5 | | | |
22+
23+ ---
24+
25+ ## Input Parameters
26+
27+ | Required? | Name | Description | Type | Options | Default |
28+ | :-------: | :------: | :-----------------: | :----: | :------------------: | :-----: |
29+ | | endpoint | The endpoint to use | string | [ nav] ( #nav-endpoint ) | ` nav ` |
30+
31+ ## Nav Endpoint
32+
33+ ` nav ` is the only supported name for this endpoint.
34+
35+ ### Input Params
36+
37+ | Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
38+ | :-------: | :-------: | :-----: | :---------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
39+ | ✅ | chainType | | The chain type (e.g., polygon, sui) | string | | | | |
40+ | ✅ | tokenName | | The token name (e.g., rcusdp) | string | | | | |
41+
42+ ### Example
43+
44+ Request:
45+
46+ ``` json
47+ {
48+ "data" : {
49+ "endpoint" : " nav" ,
50+ "chainType" : " polygon" ,
51+ "tokenName" : " rcusdp"
52+ }
53+ }
54+ ```
55+
56+ ---
57+
58+ MIT License
You can’t perform that action at this time.
0 commit comments