Here is the English version of your markdown document:
Currency and Network Parameters for Order Placement via Open API#
When merchants place orders using the Open API, they must provide the payment currency and payment network information. The payment currency is required and must be selected from the enumerated list below.
When using Payment Order Creation, the receive_network field is optional. If multiple networks are supported, use commas to separate them.For example, if the merchant only wishes to receive USDT on Polygon, they should pass "4".When using Payment Order Creation(Pro Edition), the available_payment_currency_networks field is optional.If the merchant wants to receive:
The Open API will validate whether the amount of each payment currency (on its respective network), after conversion using the current exchange rate, meets or exceeds the minimum service fee. Only currencies and networks that pass this check will be included in the final order. If none of them qualify, the API will return an error.
Q1: Why do I need to specify the pricing currency? A: The pricing currency is used only to display the price in a familiar format. For example, if you're more comfortable with USD, the price might show as "100 USD".Q2: Can I pay using USD? A: No. Payment can only be made using cryptocurrencies like USDT or ETH. The system will automatically convert the USD amount to the equivalent crypto amount at the current exchange rate for payment.