sanpy icon indicating copy to clipboard operation
sanpy copied to clipboard

Santiment API Python Client

Results 17 sanpy issues
Sort by recently updated
recently updated
newest added

`PS K:\python bot> pip show sanpy Name: sanpy Version: 0.10.0 Summary: Package for Santiment API access with python Home-page: https://github.com/santiment/sanpy Author: Santiment Author-email: [email protected] License: MIT Location: f:\program file\python\lib\site-packages Requires:...

errors: [{'locations': [{'column': 9, 'line': 3}], 'message': '[e9204349-22a9-4215-9d5c-a28a1463351a] Can\'t fetch contract_interacting_addresses_count for project with slug celsius, Reason: "The metric \'contract_interacting_addresses_count\' must have at least one of the following fields in...

I was just wondering when it would be possible to support the latest pandas version. ![image](https://user-images.githubusercontent.com/33370667/171988130-536ff635-8c3c-4d81-aa5c-2bb474b7c9bc.png)

I'm trying to generate a matrix of: a) metrics supported by santiment (ie. `san.available_metrics()`) b) slugs available for metrics in (a) Is there an efficient way to achieve this without...

san.error.SanError: GraphQL error occured running query { query_0: getMetric(metric: "age_distribution"){ timeseriesData( slug: "santiment" from: "utc_now-30d" to: "utc_now" interval: "1d" aggregation: null includeIncompleteData: false ){ datetime value } } } errors:...

I was wondering if there is any function, even if it is ray graphQL, to call the screener that we can use through the web interface.

Hello there, I would like to know how to get intraday metrics for example mvrv_usd_intraday_30d by using your API. I was able to obtain daily based metrics like mvrv_usd_30d by...

Hello, I was searching for something similar to @phisanti for the same reasons as him. It appears that your solution (which I find great) seems to not be working for...