Questions tagged [coinbase-php]

PHP wrapper for the Coinbase API

This is the PHP client library for the Coinbase Wallet API. It provides an interface to integrate Coinbase Wallet into a PHP project.

71 questions
0
votes
1 answer

Composer.json Installation On AWS Elastic Beanstalk

I read in the AWS Elastic Beanstalk documentation that you can simply include the composer.json file in the root of your package and it will install an application and it's…
0
votes
1 answer

PHP Coinbase API not working on live but localhost

I'm developing a system that will send BTC to a certain receiver via coinbase php api. The system is working fine in my localhost but after moving it to live it doesn't work and no error message. I tried tracing an error step by step by echoing the…
0
votes
2 answers

Convert Response Object to Array in PHP

I am new bee to CoinBase. I am using getAccounts() method to fetch all the accounts. $this->client->getAccounts(); This is returning an object of type…
Anoop Pete
  • 492
  • 2
  • 4
  • 17
0
votes
2 answers

Coinbase-php throws 401 error when using functions other than createButton()

I'm using coinbase-php to generate payment pages and process orders on my website. I'm able to create buttons and payment pages without any problems, but when I attempt to check an order's status, I get a 401 error. The code I'm using is: $coinbase…
Martok
  • 115
  • 8
0
votes
2 answers

Using the new Coinbase Key + Secret, I can't create a valid ADDRESS_SIGNATURE. What's wrong with this code?

I'm modifying the current Coinbase Php Gem to use the new Key+Secret API authentication. I think I'm following their instructions perfectly, but I always get a response: "error":"ACCESS_SIGNATURE does not validate" So far, I have: Confirmed that…
S. J.
  • 1,106
  • 1
  • 10
  • 23
0
votes
2 answers

Creating a variable price button with the php coinbase api

I'm using coinbase-php and have run into a problem: I have tried so many things but I honestly don't understand how to pass options to the create button function. I noticed how they pass the description option but when I try to do the same for…
SteveDeFacto
  • 1,317
  • 4
  • 19
  • 35
-1
votes
1 answer

Coinbase PHP API Historic prices in GBP

I collect crypto prices and save them to a database every minute. There are times every now and then when my system is down, which creates gaps in my prices data. I found out how to get Historic Prices between two time stamps.…
TenG
  • 3,843
  • 2
  • 25
  • 42
-1
votes
1 answer

Where to get accessToken form coinbase sandbox account..?

I am having account in sandbox.coinbase and I have used oauth2 where I have add new app. It'll provide me : clientid = 'xxxxxxxx' clientsecreateid = 'xxxxxxxxxxxxxxxx' authredirecturl = 'xxxxxxx' But when I am configure it using below…
Codebrekers
  • 754
  • 1
  • 11
  • 29
-1
votes
2 answers

You must call enableActiveRecord() on your client before calling this method

I am using coinbase-php library. I am trying to get addresses of primary account using following code. $primaryAccount = $this->client->getPrimaryAccount(); $addresses = $primaryAccount->getAddresses(); Getting "enableActiveRecord() on your client…
Anoop Pete
  • 492
  • 2
  • 4
  • 17
-1
votes
1 answer

Implementing Coinbase API in Wordpress to display exchange rates

I am trying to use the Coinbase API to pull live bitcoin data to my Wordpress site and display the exchange rate. I want to achieve something similar to this: http://preev.com/ There are a few things I would really appreciate help with: 1. How to…
-1
votes
1 answer

How to Track if Payment is Received with API in Coinbase

I am using coinbase api https://github.com/coinbase/coinbase-php and I successfully created order button but I didn't found anything to confirm or track that I have received payment.
Mohit Bumb
  • 2,466
  • 5
  • 33
  • 52
1 2 3 4
5