Features
In the rest of the documentation, we will assume that you know how to create an CoinbaseApi object and the variable $api will refer to this object.
List of features
All features described in the documentation are implemented :
- Accounts
- Orders
- Fills
- Limits
- Deposits
- Withdrawals
- Stablecoin Conversions
- Payment Methods
- Coinbase Accounts
- Fees
- Reports
- Profiles
- Margin (Limited on remote side)
- Products
- Currencies
- Time
Not part of the REST API but fully supported
use MockingMagician\CoinbaseProSdk\Contracts\Api\ApiInterface;
/** @var ApiInterface $api */
$api->accounts();
$api->orders();
$api->fills();
$api->limits();
$api->deposits();
$api->withdrawals();
$api->stablecoinConversions();
$api->paymentMethods();
$api->coinbaseAccounts();
$api->fees();
$api->reports();
$api->profiles();
$api->margin();
$api->oracle();
$api->products();
$api->currencies();
$api->time();
$api->websocket();