PROVIDERS

Function to pull all possible providers available in Cryptosheets

Overview

Syntax

Use Case

When you need to quickly look up a list of all available data providers using only a formula

Syntax

=CS.PROVIDERS( [provider], [globalArgs])
ParameterDescriptionRequired?Example
providerData provider, ex. Cryptocompare.falseCryptocompare
globalArgsOptional: Global arguments, ex. limit, fieldsfalseA10:B13

Sample Usage

PROVIDERS All Available Providers Integrated with Cryptosheets

Get a list of All Available Providers Integrated with Cryptosheets

Excel

=CS.PROVIDERS("~",{"_limit","500";"_orderBy","name"})

Google Sheets

=CSPROVIDERS("~",{"_limit","500";"_orderBy","name"})

PROVIDERS All Available Providers Integrated with Cryptosheets

PROVIDERS with 'coin' in their name

Get a list of integrated Cryptosheets providers with 'coin' in their name

Excel

=CS.PROVIDERS("~coin",{"_limit","100";"_orderBy","name"})

Google Sheets

=CSPROVIDERS("~coin",{"_limit","100";"_orderBy","name"})

PROVIDERS with 'coin' in their name

PROVIDERS with 'crypto' in their name

Get a list of integrated Cryptosheets providers with 'crypto' in their name

Excel

=CS.PROVIDERS("~crypto",{"_limit","100";"_orderBy","name"})

Google Sheets

=CSPROVIDERS("~crypto",{"_limit","100";"_orderBy","name"})

PROVIDERS with 'crypto' in their name

For a full list of global parameters, Click Here.

See Also

ENDPOINTS - Function to pull all possible endpoints by provider
EXCHANGES - Get all possible exchanges that are available for Cryptosheets core functions
PARAMETERS - Function to pull all possible parameters by provider and endpoint
PROVIDERS - Function to pull all possible providers available in Cryptosheets
SYMBOLS - Reference endpoint to pull all symbols supported by Cryptosheets core and non core functions


Troubleshooting

  1. Check your formula syntax for carefully, different functions for the same data may have slightly different required syntax

  2. Check the required arguments for your function vs the optional arguments

  3. Check your data & API quotas and limits

  4. Check your formulas carefully

  5. Check your relative references

  6. Use Excels error checking tools

  7. Check Excels help sections

  8. Error Response Codes Reference

    • #N/A OK – Everything worked as expected
    • #BUSY Heavy query and/or unauthorized – Your User/Password API Keys are incorrect
    • #LIMIT Forbidden – You are not subscribed to the data feed requested
    • Other Something else? Reach out to us directly

Additional Resources

For Microsoft Excel

For Googlesheets