Skip to content

Commit 4257e20

Browse files
authored
Merge pull request #425 from ezeswci/currencies
documentation
2 parents 5d871a0 + 5feaee3 commit 4257e20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: doc/rest2.md

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Communicates with v2 of the Bitfinex HTTP API
2121
* [.accountTrades(symbol, start, end, limit, sort, cb)](#RESTv2+accountTrades) ⇒ <code>Promise</code>
2222
* [.wallets(cb)](#RESTv2+wallets) ⇒ <code>Promise</code>
2323
* [.userInfo(cb)](#RESTv2+userInfo) ⇒ <code>Promise</code>
24+
* [.currencies(cb)](#RESTv2+currencies) ⇒ <code>Promise</code>
2425
* [.ledgers(symbol, start, end, limit, cb)](#RESTv2+ledgers) ⇒ <code>Promise</code>
2526
* [.activeOrders(cb)](#RESTv2+activeOrders) ⇒ <code>Promise</code>
2627
* [.movements(ccy, start, end, limit, cb)](#RESTv2+movements) ⇒ <code>Promise</code>
@@ -235,6 +236,18 @@ See _makePublicLegacyRequest
235236
| sort | <code>number</code> | <code></code> | if 1, sorts results oldest first |
236237
| cb | <code>Method</code> | | |
237238

239+
### resTv2.currencies(cb) ⇒ <code>Promise</code>
240+
241+
Get a list of valid valid currencies ids, full names, pool and explorers
242+
243+
**Kind**: instance method of <code>[RESTv2](#RESTv2)</code>
244+
**Returns**: <code>Promise</code> - p
245+
**See**: https://docs.bitfinex.com/v1/reference#rest-public-currencies
246+
247+
| Param | Type | Description |
248+
| --- | --- | --- |
249+
| cb | <code>Method</code> | legacy callback |
250+
238251
<a name="RESTv2+userInfo"></a>
239252

240253
### resTv2.userInfo(cb) ⇒ <code>Promise</code>

0 commit comments

Comments
 (0)