Skip to content

manenga/LunoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LunoAPI

Purpose

A Swift playground on the Public Luno API - still very much a work in progress

Features

  • Get Market Summary for all pairs
  • Get All your balances.
  • View the order book.
  • View public trades.
  • View trading history.

Usage

Some requests require authentication while other do not. Make sure to fill in the username and password in getRequest below attempting the functions below.

Get a current prices

getCurrentPrice(pair: .all)
getCurrentPrice(pair: .ETHZAR)
getCurrentPrice(pair: .XBTZAR)

Check your wallet balance

checkBalance()

Other

viewPublicTrades(pair: .XBTZAR)
viewTransactions(currency: .BTC)
viewTransactions(currency: .ZAR)
viewMyTradingHistory(pair: .ETHZAR)

Author

LinkedIn

About

A Swift playground on the Public Luno API - still very much a work in progress

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages