Questions tagged [cryptocurrency]

Digital currency is a form of money secured with encryption techniques to control the creation of currency units and validate fund transfers. It can be mined and stored in an electronic wallet, whether on a computer or flash drive.

Troubleshooting KuCoin API: Dealing with Invalid KC-API-SIGN Error and FAQs on Creating the Correct Signature

I want to retrieve open orders for my account using the following code snippet: import { KEY, PASSWORD, SECRET } from "./secrets.js"; import CryptoJS from "crypto-js"; const baseUrl = 'https://api.kucoin.com' const endPointOr ...

How can I pass props from a page to components in Next.js using getServerSideProps?

Struggling to fetch the coingecko-api for accessing live bitcoin prices. Trying to pass return props of getServerSideProps to my <CalculatorBuy /> component within the <Main /> component. Facing issues when importing async function in calcula ...

Create a Referral Program page within a swapping interface similar to the functionalities found in platforms like PancakeSwap, PantherSwap, and

Currently, my goal is to create a referral program page similar to the one found at . I have explored the source code on GitHub for the PantherSwap interface, but unfortunately, I did not come across any references to that specific section. Would you be ...

Error in polling when integrating Coinpayments with Node.js

Everything is running smoothly with the code, but after a few seconds, an unexpected 'Polling error' message pops up in the console. I tried looking for solutions online, but unfortunately, I couldn't find anything helpful. If anyone has any insights or ...