Skip to content
Open
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
10 changes: 5 additions & 5 deletions mintlify/openapi.yaml

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

10 changes: 5 additions & 5 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 @@ -17,11 +17,9 @@ properties:
cryptoNetwork:
type: string
description: >-
The blockchain network for the withdrawal. Example values: SOLANA_MAINNET,
SOLANA_DEVNET, ETHEREUM_MAINNET, ETHEREUM_TESTNET, BASE_MAINNET,
BASE_TESTNET, SPARK_MAINNET, SPARK_TESTNET, LIGHTNING_MAINNET,
LIGHTNING_REGTEST.
example: SOLANA_MAINNET
The blockchain network for the withdrawal. Example values: SOLANA,
ETHEREUM, BASE, POLYGON, SPARK, LIGHTNING, BITCOIN.
example: SOLANA
amount:
type: integer
description: The amount to withdraw in the smallest unit of the currency.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ allOf:
The crypto network to use for the funding source. Required when `currency` is a
stablecoin (e.g. USDC, USDT). Specifies which network the customer will deposit
on, so the correct deposit address can be generated. Example values:
`SOLANA_MAINNET`, `SOLANA_DEVNET`, `ETHEREUM_MAINNET`, `ETHEREUM_TESTNET`,
`BASE_MAINNET`, `BASE_TESTNET`, `SPARK_MAINNET`, `SPARK_TESTNET`,
`LIGHTNING_MAINNET`, `LIGHTNING_REGTEST`.
example: SOLANA_MAINNET
`SOLANA`, `ETHEREUM`, `BASE`, `POLYGON`, `SPARK`, `LIGHTNING`, `BITCOIN`.
example: SOLANA
description: >-
Fund the quote using a real-time funding source (RTP, SEPA Instant, Spark, Stables, etc.).
This will require manual just-in-time funding using `paymentInstructions` in the response.
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/crypto/crypto_estimate-withdrawal-fee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ post:
value:
internalAccountId: InternalAccount:a12dcbd6-dced-4ec4-b756-3c3a9ea3d123
currency: USDC
cryptoNetwork: SOLANA_MAINNET
cryptoNetwork: SOLANA
amount: 1000000
destinationAddress: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
responses:
Expand Down
Loading