Hi guys just want to ask if there's an api for altcoin .. because i am planning to start a gambling site for altcoins..
I tried to talk some developer they giving me a link
https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
and i found some command there and try to type this command from their wallet or vault but result is error..
Im just looking for an api each altcoin to start a gambling..
Can you help me guys.
For handling altcoins? Not unless the coin dev implemented one. You will have to install the altcoin core / wallet on a server and write code that interfaces with it. It can be pretty tricky tbh.
Most altcoins have the same commands as Bitcoin. Start with the help or getinfo command, get that to work first manually.
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_listIf you are totally lost google how to install bitcoin on a server, then learn how to use a "bitcoind command". Then write code that does those commands securely.