Skip to content

Bitcoin Suisse API (1.5.0)

The Bitcoin Suisse API allows customers of Bitcoin Suisse to automate activities like trading, custody, staking and reporting using their own tools.

Have a look at the Developer Portal to find out how to get an API key and how authentication works.

Languages
Servers
Mock server
https://docs.bitcoinsuisse.com/_mock/api/pages/rest/bitcoinsuisseopenapi
Bitcoin Suisse API
https://api.bitcoinsuisse.com
Bitcoin Suisse Sandbox API
https://sandbox-api.btcsqa.net

Customers

Operations

Accounts

Operations

HistoricalPortfolioValue

Operations

Get Historical Portfolio Value

Request

Get the total portfolio value for a customer over a specified time range

Security
api-key and nonce and timestamp and version and signature
Query
fromstring(date)required
tostring(date)
referenceAssetSymbolstring(ReferenceAssetSymbol)required
Enum"CHF""USD""EUR""GBP""DKK""BTC""ETH""AED"
Headers
customer-numberstring

Defines which customer the request is executed for. If you manage multiple customers, this is how you switch between them. Use the Customer Management API endpoints to get the customer data. Example: 'BTCS-CUS-123456'

curl -i -X GET \
  'https://docs.bitcoinsuisse.com/_mock/api/pages/rest/bitcoinsuisseopenapi/custody/v1/HistoricalPortfolioValue?from=2019-08-24&to=2019-08-24&referenceAssetSymbol=CHF' \
  -H 'X-Auth: YOUR_API_KEY_HERE' \
  -H 'X-Auth-Nonce: YOUR_API_KEY_HERE' \
  -H 'X-Auth-Signature: YOUR_API_KEY_HERE' \
  -H 'X-Auth-Timestamp: YOUR_API_KEY_HERE' \
  -H 'X-Auth-Version: YOUR_API_KEY_HERE' \
  -H 'customer-number: string'

Responses

Success

Bodyapplication/json
referenceAssetSymbolstring(ReferenceAssetSymbol)
Enum"CHF""USD""EUR""GBP""DKK""BTC""ETH""AED"
portfolioValuesArray of objects or null(PortfolioValue)
Response
application/json
{ "referenceAssetSymbol": "CHF", "portfolioValues": [ {} ] }

Trading Accounts

Operations

Trading Configuration

Operations

Trading Instruments

Operations

Market Data

Operations

Trading Orders

Operations

Public

Operations

Staking Orders

Operations

Staking Accounts

Operations

Staking Products

Operations

Staking Rewards

Operations

TradingApi

Operations

Reports

Operations

Loan Report

Operations