Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranceschi-ledger committed May 10, 2024
1 parent deb5dc9 commit dde4167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/exchange/swap/providers-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ REGION_RESTRICTED_ERROR
FROM_CURRENCY_MINIMUM_AMOUNT_ERROR
- HTTP status code 400
- Endpoints: `/quote`
- Context: { minSwapAmount: string }
- Context: \{ minSwapAmount: string \}
- Description: When the amount to swap is below the minimum amount.
- Response
TO_CURRENCY_MAXIMUM_AMOUNT_ERROR
- HTTP status code 400
- Endpoints: `/quote`
- Context: { maxSwapAmount: string }
- Context: \{ maxSwapAmount: string \}
- Description: When the amount to swap is above the maximum amount.
SWAP_PAIR_NOT_FOUND_ERROR
- HTTP status code 404
Expand Down

0 comments on commit dde4167

Please sign in to comment.