Skip to content

Commit 1651992

Browse files
authored
Add more cryptoNetwork examples for clarity. (#329)
1 parent 31a1683 commit 1651992

6 files changed

Lines changed: 21 additions & 15 deletions

File tree

mintlify/openapi.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/components/schemas/crypto/EstimateCryptoWithdrawalFeeRequest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ properties:
1818
type: string
1919
description: >-
2020
The blockchain network for the withdrawal. Example values: SOLANA_MAINNET,
21-
SOLANA_DEVNET, ETHEREUM_MAINNET, POLYGON_MAINNET, TRON_MAINNET.
21+
SOLANA_DEVNET, ETHEREUM_MAINNET, ETHEREUM_TESTNET, BASE_MAINNET,
22+
BASE_TESTNET, SPARK_MAINNET, SPARK_TESTNET, LIGHTNING_MAINNET,
23+
LIGHTNING_REGTEST.
2224
example: SOLANA_MAINNET
2325
amount:
2426
type: integer

openapi/components/schemas/external_accounts/ExternalAccount.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ allOf:
4444
type: string
4545
description: >-
4646
The blockchain network for this external account, if applicable. Present when the account
47-
is a cryptocurrency wallet. Example values: SOLANA_MAINNET, ETHEREUM_MAINNET,
48-
POLYGON_MAINNET, TRON_MAINNET.
47+
is a cryptocurrency wallet. Example values: SOLANA_MAINNET, SOLANA_DEVNET,
48+
ETHEREUM_MAINNET, ETHEREUM_TESTNET, BASE_MAINNET, BASE_TESTNET,
49+
SPARK_MAINNET, SPARK_TESTNET, LIGHTNING_MAINNET, LIGHTNING_REGTEST.
4950
example: SOLANA_MAINNET
5051
accountInfo:
5152
$ref: ./ExternalAccountInfoOneOf.yaml

openapi/components/schemas/external_accounts/ExternalAccountCreateRequest.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ allOf:
3232
type: string
3333
description: >-
3434
The blockchain network for this external account. Required when the account is a
35-
cryptocurrency wallet (e.g. SolanaWallet, PolygonWallet, TronWallet). Specifies which
36-
network the wallet is on. Example values: SOLANA_MAINNET, SOLANA_DEVNET,
37-
ETHEREUM_MAINNET, POLYGON_MAINNET, TRON_MAINNET.
35+
cryptocurrency wallet. Specifies which network the wallet is on. Example values:
36+
SOLANA_MAINNET, SOLANA_DEVNET, ETHEREUM_MAINNET, ETHEREUM_TESTNET,
37+
BASE_MAINNET, BASE_TESTNET, SPARK_MAINNET, SPARK_TESTNET, LIGHTNING_MAINNET,
38+
LIGHTNING_REGTEST.
3839
example: SOLANA_MAINNET
3940
accountInfo:
4041
$ref: ./ExternalAccountInfoOneOf.yaml

openapi/components/schemas/quotes/RealtimeFundingQuoteSource.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ allOf:
2929
The crypto network to use for the funding source. Required when `currency` is a
3030
stablecoin (e.g. USDC, USDT). Specifies which network the customer will deposit
3131
on, so the correct deposit address can be generated. Example values:
32-
`SOLANA_MAINNET`, `SOLANA_DEVNET`, `ETHEREUM_MAINNET`.
32+
`SOLANA_MAINNET`, `SOLANA_DEVNET`, `ETHEREUM_MAINNET`, `ETHEREUM_TESTNET`,
33+
`BASE_MAINNET`, `BASE_TESTNET`, `SPARK_MAINNET`, `SPARK_TESTNET`,
34+
`LIGHTNING_MAINNET`, `LIGHTNING_REGTEST`.
3335
example: SOLANA_MAINNET
3436
description: >-
3537
Fund the quote using a real-time funding source (RTP, SEPA Instant, Spark, Stables, etc.).

0 commit comments

Comments
 (0)