Link Search Menu Expand Document (external link)

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 :

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();