Subscription Types
Overview
A Subscription Type defines what kind of pool a subscription is for. This is how endpoints are distinguished between a dedicated pool and a shared pool. It also can determine which Solana RPC environment the subscription and endpoints target.
The developer subscription is used to encapsulate the devnet and testnet Solana environments. Any endpoints or tokens created under a developer Subscription will automatically be usable for both Solana environments, typically at no cost.
List Subscription Types
This API is only limited to account management API tokens created with the reseller role.
GET /api/v1/subscription_types
Returns all subscription types that the current authentication token has access to.
Parameters
Currently, there are no parameters that would be used.
Request
Response
Returns all subscription types that a Subscription can get created with.
Create Subscription Type / Update Subscription Type
This API is only limited to account management API tokens created with the admin role.
Last updated