Relative Content

Tag Archive for chainlink

Chainlink Function calling Alpaca API multiple times instead of once

I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.

Chainlink Function calling Alpaca API multiple times instead of once

I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.

Chainlink Function calling Alpaca API multiple times instead of once

I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.

Chainlink function fulfilment conuter malfunction

Wrote this code as a sample chainlink function consumer to test my end points, everything works and I get desired response and no errors but for some reason, the chainlink function fulfilment counter in the dashboard does not update rather it remains at 0. I also had to had code the name ‘philip’ as the value for the character as the information returned from my endpoint may not fit into that variable however this was for a test purpose, the main code will not have that.