This is the official open-sourced API for the MyBitcloutInfo website as to be a dashboard for filter through and finding the best and most suitable sellers/ coinholders but updated reports on their total value and change over time, built on the BitClout project
To get started in using this service tool, here are the endpoints and were they relay information from along with their respective parameters too.
The Extension of the server url would be /api/v1
followed by any of the following resources;
- Base bitclout resource for all meta data
- Returns the current price of bitclout price data
- Returns the bitclout blocks info params;
- PublicKeyBase58Check (String)
- IsMempool (Boolean) default
false
- Returns the current exchange rate
- Returns the node current status
- Returns the followed account (Not sure) params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns messages data params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns notifications data
params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns all existing posts
params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns all profile data
params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns global users data params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns trnasactions data
params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
- Returns trnasactions data
params;
- PublicKeyBase58Check (String)
- Username (String) or
null
to fetch all - UsernamePrefix (String) or
null
to fetch all - Description (String/null) or
null
to fetch all - OrderBy (String)
- NumToFetch (Integer)
- ReaderPublicKeyBase58Check (String)
- ModerationType (String)
- FetchUsersThatHODL (Boolean) default
false
- AddGlobalFeedBool (Boolean) default
false
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request