Cryptocurrency Source code
- Summary
- Articles (110)
- APIs (447)
- Mashups (7)
- SDKs (1076)
- Libraries (3)
- Source Code (279)
- Followers (12)
- Developers (5)
Cryptocurrency Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
Zabo NodeJS Quickstart App | This is our quickstart application to help you understand how Zabo can integrate into your application. | Cryptocurrency | 10.22.2020 |
KuCoin Timestamp PHP Sample Code | The KuCoin Timestamp PHP Sample Code allows setting a base URL to a default "https://api.kucoin.com" for the production environment. Requirements include PHP 7.1+ and Swoole 2.1.2+ | Cryptocurrency | 07.23.2020 |
KuCoin Accounts Go Sample Code | The KuCoin Accounts Go Sample Code demonstrates how to access the API to implement accounts. It includes how to accept a user message and stop subscribing to the WebSocket feed. | Cryptocurrency | 07.23.2020 |
KuCoin Order PHP Sample Code | The KuCoin Order PHP Sample Code demonstrates how to access the API by setting the base URI to default as "https://api.kucoin.com" for production environment. Sandbox also available. | Cryptocurrency | 07.23.2020 |
KuCoin Benchmark PHP Sample Code | The KuCoin Benchmark PHP Sample Code demonstrates how to access the API to implement cryptocurrency-related benchmarks. | Cryptocurrency | 07.23.2020 |
KuCoin Currencies Java Sample Code | The KuCoin Currencies Java Sample Code demonstrates how to access the API to implement currencies. Resources include currency details and flat prices. | Cryptocurrency | 07.23.2020 |
KuCoin Symbols and Tickers Java Sample Code | The KuCoin Symbols and Tickers Java Sample Code demonstrates how to access the API to implement tickers, symbols, 24 hour stats, and market lists. | Cryptocurrency | 07.23.2020 |
KuCoin Orders Java Sample Code | The KuCoin Orders Java Sample Code demonstrates how to access orders that include(symbol, side, type, status, startAt, endAt, pageNo, and pageSize. | Cryptocurrency | 07.23.2020 |
KuCoin Trade Java Sample Code | The KuCoin Trade Java Sample Code demonstrates how to build a client to initiate trades. Environments include production and sandbox. | Cryptocurrency | 07.23.2020 |
KuCoin Withdrawal Java Sample Code | The KuCoin Withdrawal Java Sample Code demonstrates how to implement withdrawal methods into applications. Resources include currency, status, startAt, endAt, pageNo, and pageSize. | Cryptocurrency | 07.23.2020 |
KuCoin Deposits Java Sample Code | The KuCoin Deposits Java Sample Code demonstrates how to implement deposits into applications. Use e the public web socket client or REST client public method and ignore withApiKey method. To... | Cryptocurrency | 07.23.2020 |
KuCoin Accounts Java Sample Code | The KuCoin Accounts Java Sample Code demonstrates how to build a client to implement accounts into applications. Use withBaseUrl method to change an environment. | Cryptocurrency | 07.23.2020 |
CryptoMood Messages Proxy Python Sample Code | The CryptoMood Messages Proxy Python Sample Code demonstrates how to subscribe to an article and subscribe to a new article. | Cryptocurrency | 07.21.2020 |
CryptoMood Sentiment Python Sample Code | The CryptoMood Sentiment Python Sample Code demonstrates how to access to a historic news sentiment, a historic social sentiment, subscribe to a new sentiment, and subscribe to social sentiment. | Cryptocurrency | 07.21.2020 |
CryptoMood Historical Data Node.js Sample Code | The CryptoMood Historical Data Node.js Sample Code demonstrates how to access the API to implement historic articles and historic base articles. | Cryptocurrency | 07.20.2020 |
CryptoMood Sentiment Analysis Sentiment Node.js Sample Code | The CryptoMood Sentiment Analysis Sentiment Node.js Sample Code demonstrates how to access the API to implement historic news sentiment, a historic social sentiment, subscribe to a news sentiment,... | Cryptocurrency | 07.20.2020 |
CryptoMood Historic Data Node.js Sample Code | The CryptoMood Historic Data Node.js Sample Code demonstrates how to access the API to implement historic articles and historic base articles. | Cryptocurrency | 07.20.2020 |
AirGap Get transaction details TypeScript Sample Code | This TypeScript example demonstrates how to retrieve transaction details using the Tezos protocol. This returns a properly signed transaction. | Security | 06.18.2020 |
AirGap Prepare operations TypeScript Sample Code | This TypeScript Sample Code demonstrates how to initialize AirGap and perform a crypto operation using the Tezos protocol. | Security | 06.18.2020 |
AirGap Get account identifier TypeScript Sample Code | This TypeScript example demonstrates how to retrieve an account identifier associated with an address on a blockchain mainnet. This also supports account identifiers on custom nets. | Security | 06.18.2020 |
AirGap Asynchronous serializer TypeScript Sample Code | This TypeScript Sample Code demonstrates how to serialize custom texts to JSON format. | Security | 06.18.2020 |
AirGap Verify message TypeScript Sample Code | This TypeScript example demonstrates how to sign a message using the sodium library. This verifies the message asynchronously. | Security | 06.18.2020 |
AirGap Prepare transaction TypeScript Sample Code | This TypeScript example demonstrates how to prepare AirGap to perform a crypto transaction using the æternity protocol. | Security | 06.18.2020 |
AirGap Get address from public key TypeScript Sample Code | This TypeScript example demonstrates how to retrieve an address by providing a public key, registering on the log, and catch errors. | Security | 06.18.2020 |
FIO Vote producer Go Sample Code | This Go Sample Code demonstrates how to vote for producers using Wallet Import Format private keys. | Blockchain | 06.10.2020 |