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
9 changes: 9 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25727,6 +25727,8 @@ paths:
- burn
- burnTokenTransfer
- clientDisbursement
- treasuryMintTransfer
- treasuryBurnTransfer
description: Type of transaction
example: clientDeposit
sender:
Expand Down Expand Up @@ -38123,6 +38125,11 @@ components:
description: Token that provides backing value
example: fiatusd
minLength: 1
treasuryAccountWalletId:
type: string
description: Unique identifier for the treasury account
example: 37c60261db7cbfdfab26b9156eabcdef
format: uuid
required:
- id
- token
Expand Down Expand Up @@ -50825,6 +50832,8 @@ components:
- burn
- burnTokenTransfer
- clientDisbursement
- treasuryMintTransfer
- treasuryBurnTransfer
description: Type of transaction
example: clientDeposit
sender:
Expand Down