lockId
) and initiates the transaction process. Upon receiving the payment and executing the order, the purchased cryptocurrency is automatically converted into the specified fiat currency.lockId
in the request.orderId
, confirming the order has been accepted.WAITING_FOR_WALLET_ADDRESS
.WAITING_FOR_WALLET_ADDRESS
status, and the walletAddress
field will be null
.curl --location --request POST 'https://partner-api-stage.p100.io/v1/order' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lockId": "36e19a53-a1b4-499c-99f7-b7bfc6be87e4"
}'
{
"orderId": "663318af-7ea1-4c5a-8545-e433a2d43d5c"
}