Skip to content

Bare Bitcoin API (0.0.1)

API for interacting with Bare Bitcoin. Most endpoints require authentication. Create API keys here. Read about API authentication here.

Download OpenAPI description
Languages
Servers
Prod environment
https://api.bb.no/

BitcoinTransferService

Transfer bitcoin in and out of the platform. Fetch information about past bitcoin transfers.

Operations

PublicService

Public endpoints that don't require authentication

Operations

TaxService

Operations

List tax transactions

Request

Lists tax-relevant transactions done by the user within the Bare Bitcoin platform. Note that this does NOT include any of the third party transactions imported into the platform tax calculator.

Security
apiKey
curl -i -X GET \
  https://api.bb.no/v1/tax/transactions \
  -H 'x-bb-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
transactionsArray of objects(TaxTransaction)
Response
application/json
{ "transactions": [ {} ] }

TradingService

Execute and cancel orders. Fetch information about past orders.

Operations

UserService

Fetch information the authenticated user and its bitcoin accounts.

Operations