Questions tagged [dogecoin-api]

Dogecoin is an open source peer-to-peer cryptocurrency.

Cryptocurrency is defined as a digital medium of exchange money. It may be regarded as something like the first introduced digital currency . Information about the project is available at dogecoin.com and an API was here.

19 questions
0
votes
0 answers

Trouble getting output from API

I'm currently building a site that will offer services that customers can pay for in Dogecoin. I am using DogeAPI and these example checkout scripts to try and build my checkout pages. The problem is I can't get the address ($new_address) to echo…
-1
votes
1 answer

Basic code producing TypeError

So, I want this code to have user input Dogechain address, and I get the balance of that address. When I execute this I get error: url = "https://dogechain.info/api/v1/address/balance/"+ a Error: TypeError: cannot concatenate 'str' and 'int'…
-1
votes
1 answer

Extract data from Json url result php

I am trying to run a url for getting balance of a address. URL: https://dogechain.info/api/v1/address/balance/DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D Which gives the JSON: { "balance": "1682049.83191666", "success": 1 } (Balance may vary time…
-1
votes
1 answer

Why aren't there cryptocoin wallet extensions for Firefox? (2015)

I was looking around on Chrome extension stores and I saw some pretty cool extensions like the Dogecoin Browser wallet, KryptoKit and Blockchain extensions. Why aren't there any for Firefox? There seems like there's a good reason out there because…
randomshinichi
  • 420
  • 5
  • 15
1
2