Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bitfinex.php
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ private function endpoint($method, $params = NULL) {
* Add data to header for authentication purpose
*
* @param array $data
* @return json
* @return array
*/
private function prepare_header($data)
{
Expand Down
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
# bitfinex-api-php
Bitfinex PHP API - Access all features of https://www.bitfinex.com trading platform

Get API keys from https://www.bitfinex.com/account/api

## Usage Example
<?php
include_once('Bitfinex.php');

$api_key = 'xxxxxxxxxx';
$api_secret = 'yyyyyyyyyy';
$bfx = new Bitfinex($api_key, $api_secret);

var_dump($bfx->get_symbols());
?>

## Support me
Bitcoin donations are welcome at [1x1UnfVJu7cprs3E2jjQ9WRcdDi5KJxAU](https://blockchain.info/address/1x1UnfVJu7cprs3E2jjQ9WRcdDi5KJxAU). Thank you!