orderId
. This endpoint is used to track the progress of a transaction.WAITING_FOR_WALLET_ADDRESS
. During this state, the API response will not yet contain the full details. Specifically, the walletAddress
and expiresAt
fields will be null
.curl --location --request GET 'https://partner-api-stage.p100.io/v1/order/details/orderId' \
--header 'x-api-key: <api-key>'
{
"orderId": "a44a0805-dd40-4dc4-80d7-8bc81783ec42",
"lockId": "8b94a8f6-1c9d-4a6f-92c8-5f6d9e72a123",
"status": "WAITING_FOR_CONFIRMATION",
"createdAt": "2025-08-31T21:21:35.840Z",
"confirmations": 1,
"requiredConfirmations": 3,
"receivedAmount": 849.39,
"totalAmountRequired": 1000,
"cryptocurrency": "usdc",
"walletAddress": "0xE353464eBa01d651c16D8879cbCaE1C80568705C",
"transactionHash": "0x84a1234b3b251ab02f1735c634eacab43a282dcbdebf22c1eb0634f5678695cd",
"network": "POLYGON"
}