XRPL-related Data Functions
SAN_ACTIVE_ADDRESSES_60D
SAN_ACTIVE_ADDRESSES_60D(projectSlug, from, to, interval) ⇒ Array
Returns the active addresses in the last 60 days.
- Kind: global function
- Returns:
Array
- of the active addresses in the last 60 days. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_ACTIVE_ADDRESSES_60D_AGGREGATED
SAN_ACTIVE_ADDRESSES_60D_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the active addresses in the last 60 days.
- Kind: global function
- Returns:
number
- of aggregated the active addresses in the last 60 days. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_ACTIVE_ADDRESSES_90D
SAN_ACTIVE_ADDRESSES_90D(projectSlug, from, to, interval) ⇒ Array
Returns the active addresses in the last 90 days.
- Kind: global function
- Returns:
Array
- of the active addresses in the last 90 days. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_ACTIVE_ADDRESSES_90D_AGGREGATED
SAN_ACTIVE_ADDRESSES_90D_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the active addresses in the last 90 days.
- Kind: global function
- Returns:
number
- of aggregated the active addresses in the last 90 days. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_DAILY_ASSETS_ISSUED
SAN_DAILY_ASSETS_ISSUED(projectSlug, from, to, interval) ⇒ Array
Returns the daily issued assets.
- Kind: global function
- Returns:
Array
- of the daily issued assets. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_DAILY_ASSETS_ISSUED_AGGREGATED
SAN_DAILY_ASSETS_ISSUED_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the daily issued assets.
- Kind: global function
- Returns:
number
- of aggregated the daily issued assets. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_DAILY_TRUSTLINES_COUNT_CHANGE
SAN_DAILY_TRUSTLINES_COUNT_CHANGE(projectSlug, from, to, interval) ⇒ Array
Returns the daily trustlines count change.
- Kind: global function
- Returns:
Array
- of the daily trustlines count change. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_DAILY_TRUSTLINES_COUNT_CHANGE_AGGREGATED
SAN_DAILY_TRUSTLINES_COUNT_CHANGE_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the daily trustlines count change.
- Kind: global function
- Returns:
number
- of aggregated the daily trustlines count change. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_DEX_VOLUME_IN_USD_INTRADAY
SAN_DEX_VOLUME_IN_USD_INTRADAY(projectSlug, from, to, interval) ⇒ Array
Returns the DEX volume in USD.
- Kind: global function
- Returns:
Array
- of the DEX volume in USD. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_DEX_VOLUME_IN_USD_INTRADAY_AGGREGATED
SAN_DEX_VOLUME_IN_USD_INTRADAY_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the DEX volume in USD.
- Kind: global function
- Returns:
number
- of aggregated the DEX volume in USD. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_DEX_VOLUME_IN_XRP_INTRADAY
SAN_DEX_VOLUME_IN_XRP_INTRADAY(projectSlug, from, to, interval) ⇒ Array
Returns the DEX volume in XRP.
- Kind: global function
- Returns:
Array
- of the DEX volume in XRP. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_DEX_VOLUME_IN_XRP_INTRADAY_AGGREGATED
SAN_DEX_VOLUME_IN_XRP_INTRADAY_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the DEX volume in XRP.
- Kind: global function
- Returns:
number
- of aggregated the DEX volume in XRP. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_TOTAL_ASSETS_ISSUED
SAN_TOTAL_ASSETS_ISSUED(projectSlug, from, to, interval) ⇒ Array
Returns the total issued assets.
- Kind: global function
- Returns:
Array
- of the total issued assets. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_TOTAL_ASSETS_ISSUED_AGGREGATED
SAN_TOTAL_ASSETS_ISSUED_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the total issued assets.
- Kind: global function
- Returns:
number
- of aggregated the total issued assets. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_TOTAL_TRUSTLINES_COUNT
SAN_TOTAL_TRUSTLINES_COUNT(projectSlug, from, to, interval) ⇒ Array
Returns the total trustlines count.
- Kind: global function
- Returns:
Array
- of the total trustlines count. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_TOTAL_TRUSTLINES_COUNT_AGGREGATED
SAN_TOTAL_TRUSTLINES_COUNT_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the total trustlines count.
- Kind: global function
- Returns:
number
- of aggregated the total trustlines count. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
SAN_TRANSACTIONS_COUNT
SAN_TRANSACTIONS_COUNT(projectSlug, from, to, interval) ⇒ Array
Returns the transactions count.
- Kind: global function
- Returns:
Array
- of the transactions count. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
interval | string | The resolution with which the data is fetched. Example: "5m" |
SAN_TRANSACTIONS_COUNT_AGGREGATED
SAN_TRANSACTIONS_COUNT_AGGREGATED(projectSlug, from, to, aggregation) ⇒ number
Returns the transactions count.
- Kind: global function
- Returns:
number
- of aggregated the transactions count. - Customfunction:
Param | Type | Description |
---|---|---|
projectSlug | string | Name of the asset, more info at https://academy.santiment.net/glossary/#slug. Example: "santiment". |
from | date | The starting date to fetch the data. Example: DATE(2018, 9, 20) |
to | date | The ending date to fetch the data. Example: DATE(2018, 9, 21) |
aggregation | string | Aggregation for the timeseries metrics. Example: "LAST" |
Updated 1 year ago
Talk to us in Discord
Still have some questions left? Join our Discord and get help from the Santiment team!
Go to Discord