/beta/dark_oil/terminals#
Fetch terminal information from dark oil terminals
Endpoint#
POST |
https://hyperion.api.synmax.com/v4/beta/dark_oil/terminals |
Request Examples#
from synmax.hyperion.v4 import HyperionApiClient
hyperion_client = HyperionApiClient(access_token=access_token)
# Method name:
hyperion_client.dark_oil_terminals
curl -X POST "https://hyperion.api.synmax.com/v4/beta/dark_oil/terminals" \
-H "Content-Type: application/json" \
-H "Access-Key: $API_TOKEN" \
-d '{}'
Parameters#
Query#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
country |
string array |
— |
— |
oil_grade |
string array |
— |
— |
oil_type |
string array |
— |
— |
port |
string array |
— |
— |
terminal |
string array |
— |
— |
Response#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
country |
string |
The country of the terminal |
United States |
latitude |
number |
The latitude of the terminal |
29.7604 |
longitude |
number |
The longitude of the terminal |
-95.3698 |
oil_grade |
string |
The grade of oil the terminal handles |
Light Sweet |
oil_type |
string |
The type of oil the terminal handles |
Crude |
port |
string |
The port the terminal is located at |
Houston Ship Channel |
terminal |
string |
Terminal name |
Port of Houston |
terminal_id |
string |
The unique identifier for the terminal |
TERMINAL_001 |