Get gas tank status
Returns the current gas tank status for all available chains
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
polygon object
address stringChain gas tank address. To refill the gas tank, send chain native tokens to this address.
balance stringChain gas tank balance. The amount of chain native tokens currently in the gas tank.
{
"polygon": {
"address": "0x0000000000000000000000000000000000000000",
"balance": "1.04393"
}
}
Loading...