Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19859,7 +19859,7 @@ paths:
tags:
- Enterprise
summary: Get gas tank balance
description: Returns gas tank balance for an asset.
description: Returns gas tank balance and address for an asset.
operationId: v2.enterprise.feeAddressBalance
parameters:
- $ref: '#/components/parameters/pathEnterpriseId'
Expand Down Expand Up @@ -41496,6 +41496,9 @@ components:
type: string
format: date-time
title: ISO Date String
isMobileAccessToken:
type: boolean
description: Flag indicating if this token was created via mobile session endpoint
required:
- id
- isExtensible
Expand Down Expand Up @@ -44923,6 +44926,7 @@ components:
- Setup (Inc)
- Staking (Inc)
- Platform Integration (B2B2C) (Inc)
- OTC Trading
description: Requested Products
requestedBitgoProducts:
type: array
Expand Down Expand Up @@ -53231,6 +53235,10 @@ components:
type: string
description: |
Total balance in enterprise gas tank.
address:
type: string
description: |
The gas tank (fee) address associated with the enterprise.
FeeAddressTransferIntent:
title: FeeAddressTransferIntent
allOf:
Expand Down