The Light API is a lightweight interface for retrieving current token balances and authorization information for an account. It does not keep the history of transactions.
The API is ready for production. The full list of endpoints is published on IPFS: https://endpoints.light.xeos.me/endpoints.json
API development and hosting for EOS mainnet is sponsored by Scatter, Inc.
Hosting for Jungle testnet API is sponsored by EOS Geneva (BP accounut name: switzerlanda
).
Here are example queries:
- Get all token balances and public keys for
b1
account: https://api.light.xeos.me/api/account/eos/b1?pretty=1 - Get all accounts in all known networks for a public key: https://api.light.xeos.me/api/key/EOS5cujNHGMYZZ2tgByyNEUaoPLFhZVmGXbZc9BLJeQkKZFqGYEiQ?pretty=1
- Get token balances and keys for an account in Jungle testnet: https://lightapi.eosgeneva.io/api/account/jungle/watchdoggiee
Scatter is going to utilize this API in upcoming release. The Bloks.io network explorer is already using the API.