Get gas station settings
GET {{baseUrl}}/gas_station
Returns gas station settings and ETH balance.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"balance": {},
"configuration": {
"gasThreshold": "<string>",
"gasCap": "<string>",
"maxGasPrice": "<string>"
}
} |
ENDPOINTS