Accounts API
Last updated
Was this helpful?
Last updated
Was this helpful?
INLEO maintains our own Accounts API that provides relevant, real-time information about users. Some of this data is very common on-chain. Other pieces of data include:
Premium status
Creator Subscriptions
etc.
This allows other Hive UIs to pull real-time data from our Accounts API. The API has a lot of standard Hive Account info but it also has many modifications that our team has added. These upgrades are vital to running things like INLEO Premium, Creator Subscriptions, Referrals, etc.
Having access to that data is extremely important if/when other applications want to integrate our Creator Subs, Premium, Referrals, etc. technologies.
This is why we've chosen to Open Source our Accounts API. It lays some critical foundation needed for us to open source some of our other successful technologies if other applications want to integrate them down the road.
Visit the Gitlab Repo for the Accounts API and/or join the INLEO Discord Server and we will help you integrate it.