# Getting Started

## Account setup

1. Get API key from Solstice Portal to be able to authenticate into the API.
2. Construct an API call (either mutation or query) to the base URL.
3. Initiate the API call.

## Example

GraphQL Base URL:

<https://dev-api.solsticestaking.io/graphql>

## Authentication

* Use the API Key in the request's `Authorization` header.
* Create an API Key for the desired chain & network.
* Navigate to API Key page.
* Sign up.
* Go to customer portal (Coming Soon).

[\
\
\ <br>](<https://zn5p4reyyzc4pctfhlcdyf4lnu.appsync-api.eu-west-1.amazonaws.com/graphql&#xA;&#xA;&#xA;&#xA;&#xA;>)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solsticestaking.io/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
