Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

  • BitstampApi
  • BitstampRequestSigner
  • Overview
  • Namespace
  • Class

Class BitstampApi

Sotr\Crypto\AbstractApi implements Sotr\Crypto\ExchangeApiInterface
Extended by Sotr\Crypto\Bitstamp\BitstampApi
Namespace: Sotr\Crypto\Bitstamp
Located at Bitstamp/BitstampApi.php
Methods summary
public string
# getPublicBaseUri( )

Returns the base URI of this exchange's public API.

Returns the base URI of this exchange's public API.

Returns

string
public string
# getTradingBaseUri( )

Returns the base URI of this exchange's private and/or trading API.

Returns the base URI of this exchange's private and/or trading API.

Returns

string
public Sotr\Crypto\Ticker
# getTicker( Sotr\Crypto\CurrencyPair $pair = null )

Gets the latest ticker for the given currency pair.

Gets the latest ticker for the given currency pair.

Parameters

$pair

Returns

Sotr\Crypto\Ticker
public Sotr\Crypto\AccountBalance
# getBalance( )

Gets the user account's balance.

Gets the user account's balance.

Returns

Sotr\Crypto\AccountBalance
Methods inherited from Sotr\Crypto\AbstractApi
__construct(), setClient(), setCurrencyPairResolver()
Properties inherited from Sotr\Crypto\AbstractApi
$client, $key, $resolver, $secret
API documentation generated by ApiGen