LakeBTC API - LabMazurokCom/Blockchain GitHub Wiki
Intro
Website: https://www.lakebtc.com
Documentation: https://www.lakebtc.com/s/api_v2
Fee used in bot: 0.2% (taker fee)
Order book
url: https://api.lakebtc.com/api_v2/bcorderbook?symbol=btcusd
Result:
{
"asks": [
["8164.04", "0.0013"],
["8164.16", "0.0008"],
["8164.53", "0.0002"],
["8164.68", "0.0012"],
["8165.27", "12.4608"],
["8165.94", "0.0008"],
["8166.05", "0.0012"],
["8166.49", "0.0007"],
["8167.07", "8.0"],
["8167.08", "6.6203"],
["8167.17", "5.0"],
["8167.19", "16.1197"],
["8167.21", "3.277"],
["8167.26", "4.5"],
["8167.27", "0.0007"],
["8167.35", "13.2887"],
["8167.36", "4.1555"],
["8167.46", "5.0"],
["8167.51", "3.9"],
["8167.57", "21.2726"]
],
"bids": [
["8163.89", "0.0123"],
["8163.26", "0.0139"],
["8162.62", "0.0118"],
["8161.99", "0.0074"],
["8161.36", "0.0053"],
["8161.14", "0.0203"],
["8160.62", "0.4001"],
["8160.4", "0.0275"],
["8160.01", "46.706"],
["8159.85", "15.4418"],
["8159.66", "0.0001"],
["8159.46", "16.6573"],
["8158.92", "0.0222"],
["8158.79", "3.0407"],
["8158.72", "0.0008"],
["8158.61", "0.0008"],
["8158.19", "0.0296"],
["8157.95", "3.0243"],
["8157.64", "1.6836"],
["8157.54", "0.0023"]
]
}
Ticker
url:https://api.LakeBTC.com/api_v2/ticker
Response:
{
"btcusd": {
"high": "8224.0",
"low": "7926.42",
"volume": "426.354412",
"last": "8162.84",
"bid": "8162.62",
"ask": "8163.82"
}
}
Trading API
Look for it here: https://www.lakebtc.com/s/api_v2