Logo
Fireblocks API Documentation

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



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

ENDPOINTS