Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

  • BtceApi
  • BtceCurrencyPairResolver
  • BtceRequestSigner
  • Overview
  • Namespace
  • Class

Class BtceRequestSigner

Sotr\Crypto\AbstractRequestSigner implements Sotr\Crypto\RequestSignerInterface
Extended by Sotr\Crypto\Btce\BtceRequestSigner
Namespace: Sotr\Crypto\Btce
Located at Btce/BtceRequestSigner.php
Methods summary
public Psr\Http\Message\RequestInterface
# sign( Psr\Http\Message\RequestInterface $request, string $key, string $secret, string $customerId = null, integer $customerId,… )

Returns a signed copy of the provided request using the given API key, secret and, optionally, the customer's ID.

Returns a signed copy of the provided request using the given API key, secret and, optionally, the customer's ID.

Exchanges which don't require the customer's ID for signing might pass null as this parameter.

Parameters

$request
$key
$secret
$customerId
$secret
$customerId,…

Returns

Psr\Http\Message\RequestInterface
Methods inherited from Sotr\Crypto\AbstractRequestSigner
__construct(), setNonceGenerator()
Properties inherited from Sotr\Crypto\AbstractRequestSigner
$nonceGenerator
API documentation generated by ApiGen