https://api.solami.fast
List API keys
Retrieve all API keys associated with your account.Response
Unique identifier for the key. Use this value when deleting a key.
Human-readable label you assigned at creation time.
Key type. One of
ApiKey, RpcKey, GrpcKey, or SwqosKey.Unix timestamp (seconds) when the key was created.
Unix timestamp (seconds) of the most recent request made with this key.
null if the key has never been used.Create an API key
Create a new API key on your account.Request body
A human-readable label for the key (e.g.
"Production RPC").The key type. Determines which endpoints the key can access.
| Value | Access |
|---|---|
ApiKey | REST management endpoints |
RpcKey | JSON-RPC and WebSocket endpoints |
GrpcKey | gRPC streaming endpoint |
SwqosKey | sendTransaction with SWQoS routing |
Response
Unique identifier for the newly created key.
The key type you specified.
The raw key value to use in requests.
Delete an API key
Permanently revoke an API key. All requests using this key will fail immediately after deletion.The key ID returned by List API keys or Create an API key.