Gluwa
Gluwa Documentation
Gluwa Documentation
  • What is Gluwa
  • Change Log
    • Gluwa API Change Log
    • Gluwa Wallet Change Log
    • Gluwa Exchange Change Log
  • Get Started
    • Gluwa Mobile App
      • Gluwa Invest (Investor DAO) FAQ
      • Gluwa Invest (Fixed-Term Interest Account) FAQ
      • Create a New Gluwa Wallet
      • Restore Wallet
      • Send Gluwacoin to an address
      • Make QR Code Payments
      • Create a Signature
      • Access Private Keys
      • Non-Custodial Wallet
      • Gluwa Lottery Account FAQ
      • Fees
      • Transaction Status
      • Delete your Gluwa Account
    • Gluwa Dashboard
      • API Keys
      • Webhooks
      • Addresses
      • Transactions
    • Gluwacoin
  • Branding
    • Buttons and Marks
  • Development
    • Environments
    • QR Codes
    • Webhooks
    • Creating Signatures
    • Idempotent Requests
    • Sending Address
    • Gluwa SDK for PHP
    • Gluwa SDK for .NET
    • Gluwa SDK for Java
    • Gluwa SDK for JavaScript (Node.js)
  • API
    • API Reference
    • Authorization
    • Currency and Conversion Symbols
    • Errors and Error Codes
    • Balance
    • Fee
    • Transaction
    • Payment QR Code
    • Wrap / Unwrap
  • Exchange API
    • Exchange Webhook
    • Quote
    • Order
    • Exchange Request
    • Order Book
Powered by GitBook
On this page
  • Introduction
  • Base URL
  • HTTPS Over HTTP
  • Client SDK's
  • Authorization
  • Core Resources
  1. API

API Reference

Learn how to use various endpoints of the Gluwa API.

PreviousGluwa SDK for JavaScript (Node.js)NextAuthorization

Last updated 2 years ago

Introduction

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

Base URL

https://api.gluwa.com

HTTPS Over HTTP

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

Authorization

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

Core Resources

REST
JSON-encoded
Environments
HTTPS
Gluwa SDK for PHP
Gluwa SDK for .NET
Authorization
Balance
Fee
Transaction
Payment QR Code
Wrap / Unwrap
Quote
Order
Order Book