API Reference

Learn how to use various endpoints of the Gluwa API.

Introduction

The Gluwa API follows REST design guideline. The API has predictable resource-oriented URL's and returns JSON-encoded 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.

pageEnvironments

Base URL

https://api.gluwa.com

HTTPS Over HTTP

All API requests must be made over HTTPS. Calls made over plain HTTP will fail.

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.

pageGluwa SDK for PHPpageGluwa SDK for .NET

Authorization

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

pageAuthorization

Core Resources

pageBalancepageFeepageTransactionpagePayment QR CodepageWrap / UnwrappageQuotepageOrderpageOrder Book

Last updated