Get gas station settings by asset
GET {{baseUrl}}/gas_station/:assetId
Returns gas station settings and balances for a requested asset.
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