All URIs are relative to https://api.kinow.com/api
Method | HTTP request | Description |
---|---|---|
getCurrencies | GET /currencies |
\Kinow\Client\Model\Currencies getCurrencies($page, $per_page)
Get currency list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Kinow\Client\Api\CurrenciesApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getCurrencies($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling CurrenciesApi->getCurrencies: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\Currencies
No authorization required
- Content-Type: Not defined
- Accept: Not defined