Xapo api tutorials

1

I am building a website and wish to have a deposit bitcoin widget on website. I want to have xapo api to generate new address and get callbacks from it.

Can someone please help me figuring out the xapo's api.

I read its documentation over 10 times and still cannot find out that how to integrate it with php.

Please help me on it. EDIT

By Deposit widget I meant the deposit page, how it generates new addresses and gets the notification of payment received by a specific user.

Link to xapo api documentation. http://docs.xapo.apiary.io

Yash Lotan

Posted 2015-11-11T02:25:01.257

Reputation: 17

I'm confused what you mean by deposit widget? Can you provide more info on what you are trying to accomplsih?m1xolyd1an 2015-11-11T04:18:28.870

m1xolyd1an I viewed all your youtube tutorials and subscribed too. Please read the editYash Lotan 2015-11-11T08:33:38.327

A link to the xapo API documentation might be a better way to get responses IMOWizard Of Ozzie 2015-11-11T09:30:15.187

I'm from Xapo. Please, contact us directly (developers@xapo.com) so we can better understand what you need to do.dd. 2015-11-11T22:18:28.350

@Yash Lotan did you get it to work ? Most requests work for me, but the create_address returns "bad request" error.adrianTNT 2017-05-24T00:56:02.557

@adrianTNT Yes I made it to work and created a php package for the api. Link -> https://github.com/yash0212/xapo

Yash Lotan 2017-06-08T10:59:25.910

No answers