Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ properties:
type: number
description: Number of sending currency units per receiving currency unit.
exclusiveMinimum: 0
example: 82.50
example: 0.012121
fees:
$ref: ./ExchangeRateFees.yaml
updatedAt:
Expand Down
6 changes: 3 additions & 3 deletions openapi/paths/exchange-rates/exchange_rates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ get:
symbol: "₹"
destinationPaymentRail: UPI
receivingAmount: 825000
exchangeRate: 82.50
exchangeRate: 0.012121
fees:
fixed: 100
total: 150
Expand All @@ -92,8 +92,8 @@ get:
name: Euro
symbol: "€"
destinationPaymentRail: SEPA_INSTANT
receivingAmount: 18500
exchangeRate: 0.925
receivingAmount: 9250
exchangeRate: 1.081081
fees:
fixed: 10
total: 15
Expand Down
Loading