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
16 changes: 14 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43131,6 +43131,13 @@ components:
passphrase:
type: string
description: The wallet passphrase
feeLimitMsat:
type: string
description: Optional maximum fee to pay in millisatoshis
feeLimitRatio:
type: number
description: Optional maximum fee expressed as a ratio of the payment amount
example: 0.1
sequenceId:
type: string
description: Optional sequence ID for the payment transfer
Expand Down Expand Up @@ -64651,6 +64658,7 @@ components:
x-tagGroups:
- name: API reference
tags:
- Accounts
- Address
- Approval Requests
- Audit log
Expand All @@ -64666,9 +64674,14 @@ x-tagGroups:
- Express
- Federation
- Key
- Liabilities
- Lightning
- Margin
- Market Data
- Material
- Onboarding
- Order Book
- Orders
- Organization
- Enterprise Management
- Organization Management
Expand All @@ -64682,8 +64695,8 @@ x-tagGroups:
- Partner Settlements & Transfers
- Pending approval
- Policy Builder
- Products
- User Management
- CryptoCompare
- Reports
- Send label
- Staking Request
Expand All @@ -64693,7 +64706,6 @@ x-tagGroups:
- Settlement Onboarding
- Settlement Signing
- Settlements
- Trade REST API
- Trade WebSocket
- Transaction request
- Transfer
Expand Down