Skip to content

Commit

Permalink
📝 updated with new functions <3
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Oct 26, 2023
1 parent 6904204 commit e07fcae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,12 @@ From REST:
- eventList - returns all events
- eventListByAddress - returns events by address
- eventListByCollectionId - returns events for nfts that belong to collection
- eventListByCollectionIdAndInteraction - returns events for nfts that belong to collection and interaction
- eventListByCollectionIdAndInteractionList - returns events for nfts that belong to collection and list of interactions
- eventListByInteraction - returns events by interaction
- eventListByItemId - returns events by nft id
- eventListByItemIdAndInteraction - returns events by nft id and interaction
- eventListByItemIdAndInteractionList - returns events by nft id and list of interactions
- itemById - returns NFT by id
- itemListByCollectionId - returns NFTs where collection id is equal to provided id
- itemListByCollectionIdAndOwner - returns NFTs where collection id is equal to provided id and owner is equal to provided address
Expand Down Expand Up @@ -172,8 +176,6 @@ Please open a pull-request if you know how to fix this
### ✔️ Missing functions

- collectionStatListById - returns collection metrics by id
- eventListByCollectionId - returns events for NFTs by collection id
- eventListByCollectionIdAndInteraction - returns events for NFTs by collection id and interaction
- lastNftIdbyCollectionId - returns last token id for collection by id

## Development 💻
Expand Down

0 comments on commit e07fcae

Please sign in to comment.