service-my-wallet-v3 icon indicating copy to clipboard operation
service-my-wallet-v3 copied to clipboard

Blockchain Wallet API Service

Results 116 service-my-wallet-v3 issues
Sort by recently updated
recently updated
newest added

I have same problem. I have requested https://blockchain.info/api/create_wallet but I have waited 1 week and I haven't had any email from Blockchain. Normaly I will have "Blockchain API key request...

Not sure what is going on .... very, very frustrating!!! Sent in request months ago said it would be a few days. Nothing but crickets. Messaged support nothing from them,...

Not sure this is the right place to ask such a question, but went through the associated documentation and I didn't find any clear answer. Observation: * Managed to reproduce...

You have a function to[ swap crypto](https://support.blockchain.com/hc/en-us/articles/360026011331-What-is-Swap-) within trade wallet, but you provide no opportunity to do it via API. Please introduce this option, so that Swapping can be done...

blockchain-wallet-service -V: 0.26.3 nodejs -v: v8.10.0 after I send request to fetch wallet balance : params = { 'password': self.decode_password(), 'api_code': APP_KEYS['blockchain'], } r = requests.get(f'http://localhost:3000/merchant/{self.guid}/balance', params=params) I'm getting either...

My BTC balance using the API is always 0 even though I can see a positive balance on the web interface. service v0.26.3, node v11.14.0

Hello i am creating an app in asp.net mvc and use receive api it working fine but From last week i am not able to send request to blockchain api...

Please include your service-my-wallet-v3 and NodeJS version numbers when submitting an issue. Example: *Service v0.18.0, Node v0.12.5* I am using the https://www.blockchain.com/api/api_receive and my callback domain name is blocked. Does...

Using Service v0.26.0 Why is there a default fixed 10000 fee addition in `makePayment` function in case options are empty File `api.js ` ``` javascript MerchantAPI.prototype.makePayment = function (guid, options)...