Node API Pricing
Blockchain requests measure in API Credits.
We charge per method used in request. Various methods have different API credit values per request. An API credit value calculates based on a method’s usage intensity and multiple factors that include using the computational, memory, storage, and network resources.

The price of our API Credits is pegged to USD:
0.10 USD = 1M API Credits
Price/request: RPC over HTTPS
Price/request: RPC over WSS
WebSockets interaction consists of the following actions:
- Subscription: Establishing WSS connection and subscribing to events.
- Notification: Receiving notifications from the events you’ve subscribed to.
Price: gRPC
gRPC interaction consists of the following actions:
- Method call: Establishing gRPC connection using a particular method call.
- Receiving data: Receiving binary data pertaining to the method you’ve established connection with.