pancakeswap / pancake-info-api

Serverless API implementation for PancakeSwap on-chain data query.
327 stars 271 forks source link

Buy and Sell token in C# #120

Open vanisacia opened 2 years ago

vanisacia commented 2 years ago

Do you have any endpoint to swap token in pancakeswap with c# example

luiztools commented 1 year ago

You have to integrate directly to BNB Smart Chain (BSC) using some provider or wallet. Search Web3 library for C# (I don't know if exists, I use it in Node.js).