import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
crypto_apis_by_alternative: {
type: "app",
app: "crypto_apis_by_alternative",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.alternative.me/fng/`,
})
},
})
Crypto APIs by Alternative uses API keys for authentication. When you connect your Crypto APIs by Alternative account, Pipedream securely stores the keys so you can easily authenticate to Crypto APIs by Alternative APIs in both code and no-code steps.
Crypto APIs by Alternative do not enforce authentication.