Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 409 Bytes

Excoin PHP API Example

Excoin PHP account API authentication examples using nonce and timestamp methods.

How to run:

  1. Download both PHP files (index.php and excoin.php) and place them into one directory.
  2. Open index.php and replace API_KEY and API_SECRET with your own keys generated at https://exco.in/account/api_keys
  3. Save and run.

@bednartomas