> For the complete documentation index, see [llms.txt](https://docs.gluwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gluwa.com/api/api.md).

# API Reference

## Introduction

The Gluwa API follows [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer) design guideline. The API has predictable resource-oriented URL's and returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

Please note that the sandbox environment is deprecated and will be replaced with an alternative solution in the future.

{% content-ref url="/pages/-LrWYU96MKF9hrZd8ekR" %}
[Environments](/development/environments.md)
{% endcontent-ref %}

### Base URL

{% tabs %}
{% tab title="Production" %}

```http
https://api.gluwa.com
```

{% endtab %}
{% endtabs %}

### HTTPS Over HTTP

All API requests must be made over [HTTPS](http://en.wikipedia.org/wiki/HTTP_Secure). Calls made over plain HTTP will fail.&#x20;

### Client SDK's

By default, the Gluwa API Docs demonstrate using curl to interact with the API over HTTP. You could also use one of our official Software Development Kits (SDK) to see interact with our API.

{% content-ref url="/pages/-LrCzWhHMV1wkOU5Xc22" %}
[Gluwa SDK for PHP](/development/gluwa-sdk-for-php.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzBAhV6XVIcCvA6zByQ" %}
[Gluwa SDK for .NET](/development/gluwa-sdk-for-.net.md)
{% endcontent-ref %}

## Authorization

The Gluwa API utilizes various authorization methods for each endpoint. Follow the link below to learn more.

{% content-ref url="/pages/-M-X7GxKubMPWDiPr0KH" %}
[Authorization](/api/authentication.md)
{% endcontent-ref %}

## Core Resources

{% content-ref url="/pages/-M12IikOxH6UsTweTUv-" %}
[Balance](/api/balance.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M12KV6tCYBkHIex15Qd" %}
[Fee](/api/fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M12KoRbYEa1jLydnwKg" %}
[Transaction](/api/transaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M12LYz8-0OO9HzMBa91" %}
[Payment QR Code](/api/qr-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/IaY8zVXTYmil2qF9Ya1z" %}
[Wrap / Unwrap](/api/wrap-unwrap.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M-cpiUtbZQGGBSIUf8M" %}
[Quote](/exchange-api/quote.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M12MfXc1XDwfwmO1wMq" %}
[Order](/exchange-api/order.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M12MrvEl5XB2lNL1oDL" %}
[Order Book](/exchange-api/order-book.md)
{% endcontent-ref %}
