Success
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.
- Mock serverhttps://docs.bitcoinsuisse.com/_mock/api/pages/rest/bitcoinsuisseopenapi/staking/v5/products
- Bitcoin Suisse APIhttps://api.bitcoinsuisse.com/staking/v5/products
- Bitcoin Suisse Sandbox APIhttps://sandbox-api.btcsqa.net/staking/v5/products
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.bitcoinsuisse.com/_mock/api/pages/rest/bitcoinsuisseopenapi/staking/v5/products?includeProductInformation=false' \
-H 'customer-number: string'Required asset symbol on a staking account used for staking order or reward account.
Required asset symbol on a trading account used for staking order or reward account.
The types of payout accounts that can be chosen if staking on this product.
If not empty, new staking account balance must be 0 or at least this minimum amount.
If not empty, new staking account balance in CHF must be 0 or at least this minimum amount.
If not empty, new staking account balance must be a multiple of this amount.
If not empty, an entry order amount must be at least this minimum amount.
If not empty, anentry order amount in CHF must be at least this minimum amount.
If not empty, an exit order amount must be at least this minimum amount.
If not empty, an exit order amount in CHF must be at least this minimum amount.
If set, it is not possible to place entries orders at all. If online is used, the client is informed in Online that entries are no longer offered (not even via a Relationship Manager)
If set, it is only possible to place entry orders via a Relationship Manager. If online is used, the client is informed in online that the Relationship Manager must be contacted for entries.
If set, it is only possible to place exit orders via a Relationship Manager. If Online is used, the client is informed in online that the Relationship Manager must be contacted for exits.
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "publiclyAvailable": true, "stakingAccountAssetSymbol": "string", "tradingAccountAssetSymbol": "string", "payoutAssetSymbol": "string", "supportedPayoutAccountTypes": [ … ], "minimumStakingAccountBalance": 0, "minimumStakingAccountBalanceChf": 0, "minimumStakingAccountBalanceMultiplier": 0, "minimumEntryStakingOrderAmount": 0, "minimumEntryStakingOrderAmountChf": 0, "minimumExitStakingOrderAmount": 0, "minimumExitStakingOrderAmountChf": 0, "maximumEntryStakingOrderAmount": 0, "maximumExitStakingOrderAmount": 0, "entryOrdersDisabled": true, "entryOrdersViaRmOnly": true, "exitOrdersViaRmOnly": true, "productInformation": { … } } ]