XAG-API 0.1.0 Methods

An API server that provides a REST-like interface to the XAG Ledger.

Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.

View API methods by category:

Query Methods

Methods to access data from the XAG Ledger.

Summary Path
Get Account Info GET /accounts/{address}/info
Get Account Settings GET /accounts/{address}/settings
Get Account Transactions GET /accounts/{address}/transactions
Get Transaction GET /transactions/{transaction_id}

Transact Methods

Methods to submit transactions to the XAG Ledger.

Summary Path
Prepare a Payment GET /preparations/payments
Get Transaction GET /transactions/{transaction_id}
Sign and/or submit a payment PUT /payments
Create, sign, and submit a payment POST /payments

Meta Methods

Methods to get information about the XAG-API server itself.

Summary Path
Ping GET /ping
Get Server Info GET /servers/info
Get API Docs GET /apiDocs