Skip to content

Commit

Permalink
chore: added network to quote and capa
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorozhenko-ledger committed Oct 22, 2024
1 parent bf6f1d6 commit 093f124
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/exchange/openapi/sell-provider-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,18 @@ paths:
parameters:
- name: from
in: query
description: Crypto currency at the ledgerId format.
description: Crypto currency at the provider format.
required: true
schema:
type: string
example: bitcoin
- name: network
in: query
description: Crypto currency network
required: false
schema:
type: string
example: bitcoin
- name: to
in: query
description: Fiat currency at the ISO-4217 standard.
Expand Down Expand Up @@ -431,6 +438,8 @@ components:
properties:
id:
type: string
network:
type: string
minAmount:
type: number
maxAmount:
Expand Down

0 comments on commit 093f124

Please sign in to comment.