Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 431 Bytes

CoinPayment

API Sample Code

cURL Command Line Example

curl --request POST \
--url https://www.coinpayments.net/api.php \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'HMAC: your_generated_hmac' \
--data 'version=1&cmd=rates&key=your_api_public_key&format=json'

Composer

To install with composer run the following command

composer require coinpaymentsnet/coinpayments-php