Skip to content
Draft
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
66 changes: 0 additions & 66 deletions apps/scan/src/main/openapi/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1174,60 +1174,6 @@ paths:
"500":
$ref: "../../../../common/src/main/openapi/common-external.yaml#/components/responses/500"

/v0/total-amulet-balance:
get:
deprecated: true
tags: [deprecated, scan]
x-jvm-package: scan
operationId: "getTotalAmuletBalance"
description: "**Deprecated**. Get the total balance of Amulet in the network"
parameters:
- in: query
name: asOfEndOfRound
required: true
schema:
type: integer
format: int64
responses:
"200":
description: ok
content:
application/json:
schema:
"$ref": "#/components/schemas/GetTotalAmuletBalanceResponse"
"404":
$ref: "../../../../common/src/main/openapi/common-external.yaml#/components/responses/404"

/v0/wallet-balance:
get:
deprecated: true
tags: [deprecated]
x-jvm-package: scan
operationId: "getWalletBalance"
description: |
**Deprecated**, use /v0/holdings/summary with /v0/state/acs/snapshot-timestamp instead. Get the Amulet balance for a specific party at the end of a closed round
parameters:
- in: query
name: party_id
required: true
schema:
type: string
- in: query
name: asOfEndOfRound
required: true
schema:
type: integer
format: int64
responses:
"200":
description: ok
content:
application/json:
schema:
"$ref": "#/components/schemas/GetWalletBalanceResponse"
"404":
$ref: "../../../../common/src/main/openapi/common-external.yaml#/components/responses/404"

/v0/amulet-config-for-round:
get:
deprecated: true
Expand Down Expand Up @@ -1780,18 +1726,6 @@ components:
properties:
featured_app_right:
$ref: "../../../../common/src/main/openapi/common-external.yaml#/components/schemas/Contract"
GetWalletBalanceResponse:
type: object
required: ["wallet_balance"]
properties:
wallet_balance:
type: string
GetTotalAmuletBalanceResponse:
type: object
required: ["total_balance"]
properties:
total_balance:
type: string
GetAmuletConfigForRoundResponse:
type: object
required:
Expand Down
Loading