The ultimate API pipeline

An enterprise-grade API platform available in the cloud or on-premise. Generate database APIs instantly to build applications faster.

Create a free account
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import space
daa = sp.get(
"daily_active_addresses/space",
from_date= "2020-09-17",
to_date= "2020-09-21",
interval= "1hour"
)
prices = sp.get(
"prices/space",
from_date= "2020-09-17",
to_date= "2020-09-21",
interval= "1hour"
)
// Space
analytics.track(‘User Signup’, {
email: ‘bill@initech.com’
});
SVG
SVG
SVG