An free to use API for Blueberry V1. Hosted at api.blueberry.garden/
- GET:
/positions- Returns all positions.
- GET:
/positions/:id- Returns a position by ID.
id(string): The position's ID.
- GET:
/positions/:user- Returns all positions by user.
user(string): The user's address.
- GET:
/blb/circulating_supply- Returns the circulating supply of BLB.
- GET:
/blb/total_supply- Returns the total supply of BLB.