Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

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

Interfaces

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

Interface RequestSignerInterface

Direct known implementers

Sotr\Crypto\AbstractRequestSigner

Indirect known implementers

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