Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Comprehensive API documentation can be found at: https://whalebooks.com/open-api .

  • First, contact WhaleBooks Support to acquire the necessary API key.

  • Next, authenticate using this API key by including it in the "X-Api-Key" header.

...

Code Block
{
   "baseCurrency":"BTC",
   "quoteCurrency":"USD",
   "type":"BUY",
   "timestamp":1675209600698,
   "note":"",
   "addresses":[],
   "baseQuantity":"10",
   "quoteQuantity":"",
   "unitPrice":"25000",
   "transaction_container_id": 57000
}

Get portfolio calculations

...