I am new to integrating bitcoin API to my PHP page, I have created a bitcoin account with luno, I have created API Key.
I have been given this url to get balance using my generated API Key:
$ curl -u keyid:keysecret https://api.mybitx.com/api/1/balance
Can anybody help with a proper example on how I can use my API with this given url to display my wallet balance on a PHP page?