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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

assetId
string
required

The ID of the asset

Response

Gas Station properties

balance
object
configuration
object