Skip to main content
GET
/
gas_station
/
{assetId}
TypeScript
const response: Promise<FireblocksResponse<GasStationPropertiesResponse>> = fireblocks.gasStations.getGasStationByAssetId(gasStationsApiGetGasStationByAssetIdRequest);
{
  "balance": {},
  "configuration": {
    "gasThreshold": "<string>",
    "gasCap": "<string>",
    "maxGasPrice": "<string>"
  }
}

Path Parameters

assetId
string
required

The ID of the asset

Response

Gas Station properties

balance
object
configuration
object