lockId), which is valid for a limited time and must be used to place an order. The response calculates the exact amount of payment cryptocurrency required to match the requested settlement amount.For a list of available currencies, see Supported Currencies. If you only need to check the current rates without creating a lock, use the Get Rates endpoint instead.
curl --location --request POST 'https://partner-api-stage.p100.io/v1/order/lock-rate' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "usdc",
"amount": "346.59",
"network": "polygon"
}'{
"lockId": "aa1cb52d-4692-45b2-aadb-5a11ac221328",
"amount": 412.607142,
"rate": "0.84",
"expiresAt": "2026-02-13T11:28:46.569Z",
"currency": "usdc",
"destinationCurrency": "eur",
"network": "polygon"
}