Skip to content

Commit

Permalink
add public pulse profile endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and JacobPlaster committed May 14, 2020
1 parent 3d35e8e commit acad6a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.7
- feature: add public pulse profile endpoint

# 1.0.6
- feature: add positions snap endpoint

Expand Down
1 change: 1 addition & 0 deletions lib/servers/rest2.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const METHODS = {
'/v2/conf/pub([:])list([:])currency\*': 'currencies', // eslint-disable-line
'/v2/trades/:symbol/hist': 'public_trades.{symbol}.{start}.{end}.{limit}.{sort}',
'/v2/liquidations/hist': 'liquidations.{start}.{end}.{limit}.{sort}',
'/v2/pulse/profile/:nickname': 'public_pulse_profile.{nickname}',

'/v2/auth/r/alerts': 'alerts.{type}',
'/v2/auth/w/alert/set': 'alert_set.{type}.{symbol}.{price}',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-api-mock-srv",
"version": "1.0.6",
"version": "1.0.7",
"description": "Bitfinex API server mock library",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit acad6a0

Please sign in to comment.