2017 © Pedro Peláez
 

library idex-api-wrapper

IDEX API Wrapper

image

chetcuti/idex-api-wrapper

IDEX API Wrapper

  • Tuesday, April 24, 2018
  • by gjch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 75 % Grown

The README.md

IDEX API Wrapper

A very simple PHP wrapper for the IDEX API., (*1)

Using a token's symbol you can retrieve its last price, highest price, volumes, and so on. See below for the full command list., (*2)

Installing

composer require chetcuti/idex-api-wrapper

Usage

// Load the IDEX API Wrapper class
require_once '/vendor/autoload.php';
$api = new IdexAW\IdexAW();

// Print the last price for PAR (ETH)
$api->printLast('ETH_PAR')

// Print the highest price for PAR (ETH)
$api->printHigh('ETH_PAR')

// Print the base volume for PAR (DAI)
$api->printBaseVolume('DAI_PAR')

Command List

printLast
printHigh
printLow
printLowestAsk
printHighestBid
printPercentChange
printBaseVolume
printQuoteVolume, (*3)

Requirements

  • PHP 5.3+
  • cURL

Support

If you need any help feel free to email me at greg@chetcuti.com., (*4)

Changelog

Please see the CHANGELOG file., (*5)

External Resources

IDEX, The First Ethereum-Based Decentralized Smart Contract Exchange - https://idex.market, (*6)

License

Copyright (c) 2018 Greg Chetcuti greg@chetcuti.com, (*7)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*8)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*9)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*10)

The Versions

24/04 2018

dev-master

9999999-dev https://github.com/chetcuti/idex-api-wrapper

IDEX API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

api curl wrapper idex

24/04 2018

dev-dev

dev-dev https://github.com/chetcuti/idex-api-wrapper

IDEX API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

api curl wrapper idex

24/04 2018

v1.0.1

1.0.1.0 https://github.com/chetcuti/idex-api-wrapper

IDEX API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

api curl wrapper idex

24/04 2018

v1.0.0

1.0.0.0 https://github.com/chetcuti/idex-api-wrapper

IDEX API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

api curl wrapper idex