API Reference

Learn how to use various endpoints of the Gluwa API.

Introduction

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

Environmentschevron-right

Base URL

https://api.gluwa.com

HTTPS Over HTTP

All API requests must be made over HTTPSarrow-up-right. 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.

Gluwa SDK for PHPchevron-rightGluwa SDK for .NETchevron-right

Authorization

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

Authorizationchevron-right

Core Resources

Balancechevron-rightFeechevron-rightTransactionchevron-rightPayment QR Codechevron-rightWrap / Unwrapchevron-rightQuotechevron-rightOrderchevron-rightOrder Bookchevron-right

Last updated