From adb188deb68f2ae4c0a188453dfde048e2b50b20 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Wed, 13 May 2026 13:49:23 -0700 Subject: [PATCH] Remove reserve capital note from quote docs --- .../pages/0x-swap-api/guides/onchain-swaps-for-exchanges.mdx | 2 +- .../0x-swap-api/guides/swap-tokens-with-0x-swap-api-permit2.mdx | 2 +- .../pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api.mdx | 2 +- .../pages/gasless-api/guides/get-started-with-gasless-api.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fern/docs/pages/0x-swap-api/guides/onchain-swaps-for-exchanges.mdx b/fern/docs/pages/0x-swap-api/guides/onchain-swaps-for-exchanges.mdx index 0685ff6b..f38a55cf 100644 --- a/fern/docs/pages/0x-swap-api/guides/onchain-swaps-for-exchanges.mdx +++ b/fern/docs/pages/0x-swap-api/guides/onchain-swaps-for-exchanges.mdx @@ -331,7 +331,7 @@ if (price.issues.allowance !== null) { ## 3. Fetch a Firm Quote -When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/allowance-holder/quote`](/api-reference/openapi-json/swap/allowanceholder-getquote). This signals a soft commitment to complete the trade. +When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/allowance-holder/quote`](/api-reference/openapi-json/swap/allowanceholder-getquote). The response includes a full 0x order, ready for submission to the network. The Market Maker is expected to have reserved the necessary assets, reducing the likelihood of order reversion. diff --git a/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api-permit2.mdx b/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api-permit2.mdx index 94b4e283..5d8bccb3 100644 --- a/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api-permit2.mdx +++ b/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api-permit2.mdx @@ -333,7 +333,7 @@ if (sellToken.address === CONTRACTS.ETH) { ## 3. Fetch a Firm Quote -When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/permit2/quote`](/api-reference/openapi-json/swap/permit-2-getquote). This signals a soft commitment to complete the trade. +When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/permit2/quote`](/api-reference/openapi-json/swap/permit-2-getquote). The response includes a full 0x order, ready for submission to the network. The Market Maker is expected to have reserved the necessary assets, reducing the likelihood of order reversion. diff --git a/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api.mdx b/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api.mdx index c463bc43..06f271cf 100644 --- a/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api.mdx +++ b/fern/docs/pages/0x-swap-api/guides/swap-tokens-with-0x-swap-api.mdx @@ -306,7 +306,7 @@ if (price.issues.allowance !== null) { ## 3. Fetch a Firm Quote -When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/allowance-holder/quote`](/api-reference/openapi-json/swap/allowanceholder-getquote). This signals a soft commitment to complete the trade. +When you're ready to execute a trade, request a firm quote from the Swap API using [`/swap/allowance-holder/quote`](/api-reference/openapi-json/swap/allowanceholder-getquote). The response includes a full 0x order, ready for submission to the network. The Market Maker is expected to have reserved the necessary assets, reducing the likelihood of order reversion. diff --git a/fern/docs/pages/gasless-api/guides/get-started-with-gasless-api.mdx b/fern/docs/pages/gasless-api/guides/get-started-with-gasless-api.mdx index f8acc7dd..b680b0f9 100644 --- a/fern/docs/pages/gasless-api/guides/get-started-with-gasless-api.mdx +++ b/fern/docs/pages/gasless-api/guides/get-started-with-gasless-api.mdx @@ -160,7 +160,7 @@ curl --request GET \ ## 2. Fetch Quote -When the user has found a price they are happy with and are ready to fill a quote, they should request a firm quote from Gasless API using the [`/gasless/quote`](/api-reference/openapi-json/gasless/getquote) endpoint. At this point, the taker is making a soft commitment to fill the suggested orders, and understands they may be penalized by the [Market Maker](/docs/core-concepts/glossary#maker) if they do not. +When the user has found a price they are happy with and are ready to fill a quote, they should request a firm quote from Gasless API using the [`/gasless/quote`](/api-reference/openapi-json/gasless/getquote) endpoint. Quotes expire in ~ 30s in order to ensure freshness. Make sure to take this