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

List Customers

Request

Get all customers that can be accessed by your API key

Security
api-key and nonce and timestamp and version and signature
curl -i -X GET \
  https://docs.bitcoinsuisse.com/_mock/api/pages/rest/bitcoinsuisseopenapi/auth/api/v1/Customers \
  -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'

Responses

Success

Bodyapplication/jsonArray [
namestringnon-emptyrequired

The client name, example: 'Satoshi Nakamoto'

customerNumberstringnon-emptyrequired

Used to select the customer an API endpoint is executed for, should be set as the customer-number HTTP header for most API requests

eligibleForTradingbooleanrequired

Must be true to use this client for trading

accessRightstringnon-emptyrequired

The permissions you have for this client, can be one of: ReadOnly, Trading, DepositWithdrawal, FullAccess

]
Response
application/json
[ { "name": "string", "customerNumber": "string", "eligibleForTrading": true, "accessRight": "string" } ]

Accounts

Operations

HistoricalPortfolioValue

Operations

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