Gas Tanks
Opt in to auto-funding
First-time-only enrollment into auto-funding. Creates one enrollment row per coin with status pending; the background FeeWorker then provisions thresholds and transitions each coin to active. Once any enrollment exists for the enterprise this endpoint is closed — subsequent per-coin changes must use PATCH /api/gas-tank/v1/enterprises/:enterpriseId/coin.
post/api/gas-tank/v1/enterprises/{enterpriseId}
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
Enterprise identifier
Request body
Example request
{
"coins": [
"eth",
"polygon"
]
}Response
OK
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○