You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|| BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number ||`10000`|
28
29
|| GROUP_SIZE | Number of requests to execute asynchronously before the adapter waits to execute the next group of requests. Setting this lower than the default may result in lower performance from the adapter. | number ||`25`|
29
30
@@ -37,9 +38,9 @@ There are no rate limits for this adapter.
37
38
38
39
## Input Parameters
39
40
40
-
| Required? | Name | Description | Type | Options | Default |
|| endpoint | The endpoint to use | string |[erc20](#evm-endpoint), [etherfi](#etherfi-endpoint), [evm](#evm-endpoint), [solvjlp](#solvjlp-endpoint), [tbill](#tbill-endpoint)|`evm`|
41
+
| Required? | Name | Description | Type |Options| Default |
|| endpoint | The endpoint to use | string |[erc20](#evm-endpoint), [etherfi](#etherfi-endpoint), [evm](#evm-endpoint), [solvjlp](#solvjlp-endpoint), [tbill](#tbill-endpoint), [xrpl](#xrpl-endpoint)|`evm`|
43
44
44
45
## Evm Endpoint
45
46
@@ -189,4 +190,40 @@ Request:
189
190
190
191
---
191
192
193
+
## Xrpl Endpoint
194
+
195
+
`xrpl` is the only supported name for this endpoint.
196
+
197
+
### Input Params
198
+
199
+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
0 commit comments