Logo
Fireblocks API Documentation

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



Curl
curl -X GET 'https://api.fireblocks.io/v1/gas_station' -H 'Accept: application/json'

ENDPOINTS