Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niklabh committed May 5, 2021
1 parent 6112d40 commit 3cfcf8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ node.js bindings for covalenthq.com

const covalentjs = require('covalentjs');

// you can use classA or classB APIs
// you can use classA, classB or pricing APIs
// format covalentjs.<API class>.api
// Example:
const result = await covalentjs.classA.getTokenBalancesForAddress(1, '0x4004AFc68dd8B5483bBaB82C84b81181fCB545B1', { nft: true });



```

## API refrence
Expand Down

0 comments on commit 3cfcf8a

Please sign in to comment.