Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbelt committed Apr 1, 2020
1 parent cdbf32f commit 388bfb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PHP client for FTX
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/vdbelt/ftx-php/PHP%20Composer)
![Codecov](https://img.shields.io/codecov/c/github/vdbelt/ftx-php)
![Packagist](https://img.shields.io/packagist/dt/vdbelt/ftx-php)
![GitHub](https://img.shields.io/github/license/vdbelt/ftx-php)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/vdbelt/ftx-php/PHP%20Composer)](https://github.com/vdbelt/ftx-php/actions)
[![Codecov](https://img.shields.io/codecov/c/github/vdbelt/ftx-php)](https://codecov.io/gh/vdbelt/ftx-php)
[![Packagist](https://img.shields.io/packagist/dt/vdbelt/ftx-php)](https://packagist.org/packages/vdbelt/ftx-php)
[![GitHub](https://img.shields.io/github/license/vdbelt/ftx-php)](https://github.com/vdbelt/ftx-php/blob/master/LICENSE.md)

This package aims to implement the FTX.com REST API endpoints.

Expand Down Expand Up @@ -174,4 +174,4 @@ $ftx->options()->accountInfo()
$ftx->options()->positions()
$ftx->options()->trades()
$ftx->options()->fills()
```
```

0 comments on commit 388bfb9

Please sign in to comment.