1
1
# POR_ADDRESS_LIST
2
2
3
- ![ 5.13.1 ] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json ) ![ v3] ( https://img.shields.io/badge/framework%20version-v3-blueviolet )
3
+ ![ 5.14.0 ] ( https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/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
@@ -227,11 +227,12 @@ Request:
227
227
228
228
### Input Params
229
229
230
- | Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
231
- | :-------: | :-------: | :-----: | :--------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
232
- | ✅ | accountId | | The account ID to fetch addresses for | string | | | | |
233
- | ✅ | network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
234
- | ✅ | chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
230
+ | Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
231
+ | :-------: | :------------: | :-----: | :--------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
232
+ | ✅ | accountId | | The account ID to fetch addresses for | string | | | | |
233
+ | ✅ | network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
234
+ | ✅ | chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
235
+ | | addressPattern | | Return only addresses matching the given regular expression pattern. | string | | | | |
235
236
236
237
### Example
237
238
@@ -243,7 +244,8 @@ Request:
243
244
"endpoint" : " virtune" ,
244
245
"accountId" : " VIRBTC" ,
245
246
"network" : " bitcoin" ,
246
- "chainId" : " mainnet"
247
+ "chainId" : " mainnet" ,
248
+ "addressPattern" : " ^(?!P-)"
247
249
}
248
250
}
249
251
```
@@ -261,6 +263,7 @@ Request:
261
263
| ✅ | accountId | | The account ID to fetch addresses for | string | | | | |
262
264
| ✅ | network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
263
265
| ✅ | chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
266
+ | | addressPattern | | Return only addresses matching the given regular expression pattern. | string | | | | |
264
267
| | contractAddress | | The contract address of the token, to pass be included in the response | string | | | | |
265
268
266
269
### Example
0 commit comments