Skip to content

Simple APIs for creating a cryptocurrency exchange.

Notifications You must be signed in to change notification settings

marcetin/Crypto-Go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api

Definitions

Exchange

  1. Global clocks
  2. Trading pair data

System

  1. Downtime
  2. System time
  3. Server ping

Individual Trading Pairs

  1. Volume
  2. Latest Orders (amount configurable)
  3. Open
  4. Close
  5. Day High
  6. Day Low
  7. Trade Offers (amount configurable)
  8. Create Order

Individual Orders

  1. Filled
  2. Issuance Time
  3. Amount
  4. Fill Time (if filled)
  5. Order Type
  6. Order Fee
  7. Trading Pair

Accounts (only accessible via user token)

  1. Username
  2. Email
  3. Hashed Password
  4. Hash ID
  5. Wallet Balances
  6. Wallet Addresses

Routes

Exchange Routes

  1. Get - global clock times
  2. Get - Trading pair data

System Routes

  1. Get - Downtime
  2. Get - System time
  3. Get - Server ping

Individual Trading Pair Routes

  1. Get - Volume
  2. Get - Latest Orders (amount configurable)
  3. Get - Open
  4. Get - Close
  5. Get - Day High
  6. Get - Day Low
  7. Get - Trade Offers (amount configurable)
  8. Post - Create Order

Individual Order Routes

  1. Get - Filled
  2. Get - Issuance Time
  3. Get - Amount
  4. Get - Fill Time (if filled)
  5. Get - Order Type
  6. Get - Order Fee
  7. Get - Trading Pair

Account Routes (only accessible via user token)

  1. Get - Username
  2. Get - Email
  3. Get - Hashed Password
  4. Get - Hash ID
  5. Get - Wallet Balances
  6. Get - Wallet Addresses

About

Simple APIs for creating a cryptocurrency exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%