# API References

- [Get Account info](https://docs-protocol.loopring.io/loopring-account/api-references/get-account-info.md)
- [Sample code](https://docs-protocol.loopring.io/loopring-account/api-references/get-account-info/sample-code.md)
- [Update EddsaKey](https://docs-protocol.loopring.io/loopring-account/api-references/update-eddsakey.md)
- [Sample code](https://docs-protocol.loopring.io/loopring-account/api-references/update-eddsakey/sample-code.md)
- [Get apiKey](https://docs-protocol.loopring.io/loopring-account/api-references/get-apikey.md): Get the ApiKey associated with the user's account
- [Sample code](https://docs-protocol.loopring.io/loopring-account/api-references/get-apikey/sample-code.md)
- [Update apiKey](https://docs-protocol.loopring.io/loopring-account/api-references/update-apikey.md): Change the ApiKey associated with the user's account. The current ApiKey must be provided as the value of the X-API-KEY HTTP header.
- [Sample code](https://docs-protocol.loopring.io/loopring-account/api-references/update-apikey/sample-code.md)


---

# 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-protocol.loopring.io/loopring-account/api-references.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.
