#
Usage
Account creation and management is available via a REST HTTPS service. You create an Account by submitting a POST request with an email address you have access to and which will be used for account related notifications. In the account creation process, we will submit an email containing a single-use link which you use to retrieve the API key associated with your Account. We will also send an email to the used email address with the Account, Key and Wallet data.
#
Key
Every HTTPS request must contain a Key in the Authorization header with a Bearer schema. This key is considered private and should not be used on publicly facing interfaces as websites as it would allow the public to access the API under your Account. If you want to provide access to the API from a publicly facing interface, consider using a server side proxy for your requests.
#
Wallet
Payment for usage of the Service is based on a custodial wallet unique to each Account. In order to use the API you have to keep the balance of that Wallet above a certain plan minimum, but not lower than 0.1 SOL . Read more about how we charge for the Service.