10. Check Details on a Certain Order
Description
Function Description
ABI Description
[{
"inputs": [{
"internalType": "uint256",
"name": "orderID",
"type": "uint256"
}],
"name": "getOrderInfo",
"outputs": [{
"internalType": "string",
"name": "exType",
"type": "string"
}, {
"internalType": "address",
"name": "holder",
"type": "address"
}, {
"internalType": "uint256",
"name": "number",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "exFee",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "lockFee",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "newLockFee",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "openPrice",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "marginAmount",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "marginFee",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "startTime",
"type": "uint256"
}, {
"internalType": "uint256",
"name": "closePrice",
"type": "uint256"
}, {
"internalType": "enum IDDSCommon.ContractType",
"name": "contractType",
"type": "uint8"
}, {
"internalType": "enum IDDSContract.State",
"name": "state",
"type": "uint8"
}],
"stateMutability": "view",
"type": "function"
}]Examples
Calling Examples
HTTP Request Example
Send a call request to get private pool info
Request Body
Name
Type
Description
Last updated