1 | <?php |
||
9 | class Simple extends Api |
||
10 | { |
||
11 | /** |
||
12 | * @param string $ids |
||
13 | * @param string $vsCurrencies |
||
14 | * @param array $params |
||
15 | * @return array |
||
16 | * @throws Exception |
||
17 | */ |
||
18 | 1 | public function getPrice(string $ids, string $vsCurrencies, array $params = []): array |
|
25 | |||
26 | /** |
||
27 | * @param string $id |
||
28 | * @param string $contractAddresses |
||
29 | * @param string $vsCurrencies |
||
30 | * @param array $params |
||
31 | * @return array |
||
32 | * @throws Exception |
||
33 | */ |
||
34 | 1 | public function getTokenPrice( |
|
45 | |||
46 | /** |
||
47 | * @return array |
||
48 | * @throws Exception |
||
49 | */ |
||
50 | 1 | public function getSupportedVsCurrencies() |
|
54 | } |
||
55 |