@@ -37,7 +37,6 @@ At least one of each of the following categories must be set as an environment v
3737 | | ` BITCOIN_JSON_RPC_ADAPTER_URL ` | The location of an Bitcoin JSON RPC external adapter | | |
3838 | | ` BLOCKCHAIN_COM_ADAPTER_URL ` | The location of a Blockchain.com external adapter | | |
3939 | | ` BLOCKCHAIR_ADAPTER_URL ` | The location of a Blockchair external adapter | | |
40- | | ` BLOCKCYPHER_ADAPTER_URL ` | The location of a Blockcypher external adapter | | |
4140 | | ` BTC_COM_ADAPTER_URL ` | The location of a BTC.com external adapter | | |
4241 | | ` CEFFU_ADAPTER_URL ` | The location of a Ceffu external adapter | | |
4342 | | ` CRYPTOAPIS_ADAPTER_URL ` | The location of a Crypto APIs external adapter | | |
@@ -57,18 +56,18 @@ See the [Composite Adapter README](../README.md) for more information on how to
5756
5857### Input Params
5958
60- | Required? | Name | Description | Options | Defaults to |
61- | :-------: | :--------------------------------: | :--------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- : | :---------: |
62- | ✅ | ` protocol ` | The protocol external adapter to use | ` celsius_address_list ` , ` chain_reserve_wallet ` , ` coinbase_prime ` , ` coinbase_prime_eth ` ` gemini ` , ` ignition_address_list ` , ` list ` , ` moonbeam_address_list ` , ` multi_address_list ` , ` por_address_list ` , ` renvm ` , ` stader_address_list ` , ` swell_address_list ` , ` wbtc ` , ` wrapped ` | |
63- | | ` protocolEndpoint ` | Optional endpoint for the protocol external adapter to use | | |
64- | ✅ | ` indexer ` | The indexer external adapter to use | ` ada_balance ` , ` amberdata ` , ` avalanche_platform ` , ` bitcoin_json_rpc ` , ` blockchain_com ` . ` blockchair ` , ` blockcypher ` , ` btc_com ` , ` ceffu ` , ` cryptoapis ` , ` ethereum_cl_indexer ` , ` eth_balance ` , ` eth_beacon ` , ` lotus ` , ` polkadot_balance ` , ` por_indexer ` , ` sochain ` , ` stader_balance ` , ` token_balance ` | |
65- | | ` indexerEndpoint ` | Optional endpoint for the indexer external adapter to use | | |
66- | | ` indexerParams ` | Additional param for indexer external adapter to use | | |
67- | | ` confirmations ` | The number of confirmations required for a transaction to be counted when getting an address balance | | 6 |
68- | | ` addresses ` | An array of addresses to get the balance from, when "protocol" is set to ` list ` | | |
69- | | ` disableAddressValidation ` | if this parameter is set to ` true ` address validation will be turned off | ` true ` , ` false ` | ` false ` |
70- | | ` disableDuplicateAddressFiltering ` | if this parameter is set to ` true ` duplicate address filtering will be turned off | ` true ` , ` false ` | ` false ` |
71- | | ` description ` | Optional human readable description on what this request is about | | |
59+ | Required? | Name | Description | Options | Defaults to |
60+ | :-------: | :--------------------------------: | :--------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: |
61+ | ✅ | ` protocol ` | The protocol external adapter to use | ` celsius_address_list ` , ` chain_reserve_wallet ` , ` coinbase_prime ` , ` coinbase_prime_eth ` ` gemini ` , ` ignition_address_list ` , ` list ` , ` moonbeam_address_list ` , ` multi_address_list ` , ` por_address_list ` , ` renvm ` , ` stader_address_list ` , ` swell_address_list ` , ` wbtc ` , ` wrapped ` | |
62+ | | ` protocolEndpoint ` | Optional endpoint for the protocol external adapter to use | | |
63+ | ✅ | ` indexer ` | The indexer external adapter to use | ` ada_balance ` , ` amberdata ` , ` avalanche_platform ` , ` bitcoin_json_rpc ` , ` blockchain_com ` . ` blockchair ` , ` btc_com ` , ` ceffu ` , ` cryptoapis ` , ` ethereum_cl_indexer ` , ` eth_balance ` , ` eth_beacon ` , ` lotus ` , ` polkadot_balance ` , ` por_indexer ` , ` sochain ` , ` stader_balance ` , ` token_balance ` | |
64+ | | ` indexerEndpoint ` | Optional endpoint for the indexer external adapter to use | | |
65+ | | ` indexerParams ` | Additional param for indexer external adapter to use | | |
66+ | | ` confirmations ` | The number of confirmations required for a transaction to be counted when getting an address balance | | 6 |
67+ | | ` addresses ` | An array of addresses to get the balance from, when "protocol" is set to ` list ` | | |
68+ | | ` disableAddressValidation ` | if this parameter is set to ` true ` address validation will be turned off | ` true ` , ` false ` | ` false ` |
69+ | | ` disableDuplicateAddressFiltering ` | if this parameter is set to ` true ` duplicate address filtering will be turned off | ` true ` , ` false ` | ` false ` |
70+ | | ` description ` | Optional human readable description on what this request is about | | |
7271
7372Additionally the first underlying adapter in the sequence, in this case the protocol adapter, may have parameters.
7473
0 commit comments