Cryptocurrency Exchange to Buy Bitcoin and Ether
The Gemini Public API allows you to build a variety of applications that
interact with the Gemini Exchange. Some examples of what you can build include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
gemini_public: {
type: "app",
app: "gemini_public",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.gemini.com/v1/symbols`,
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: