Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

  • BitstampApi
  • BitstampRequestSigner
  • Overview
  • Namespace
  • Class

Class BitstampRequestSigner

Sotr\Crypto\AbstractRequestSigner implements Sotr\Crypto\RequestSignerInterface
Extended by Sotr\Crypto\Bitstamp\BitstampRequestSigner
Namespace: Sotr\Crypto\Bitstamp
Located at Bitstamp/BitstampRequestSigner.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