Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

  • AbstractApi
  • AbstractRequestSigner
  • AccountBalance
  • CurrencyPair
  • Ticker
  • TimestampNonceGenerator

Interfaces

  • CurrencyPairResolverInterface
  • ExchangeApiInterface
  • NonceGeneratorInterface
  • RequestSignerInterface
  • Overview
  • Namespace
  • Class

Interface ExchangeApiInterface

Direct known implementers

Sotr\Crypto\AbstractApi

Indirect known implementers

Sotr\Crypto\Bitstamp\BitstampApi, Sotr\Crypto\Btce\BtceApi
Namespace: Sotr\Crypto
Located at ExchangeApiInterface.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
API documentation generated by ApiGen