11. Get Funding Fee Rate of an Option Transaction
Description
Function Description
ABI Description
{
"inputs": [
{
"internalType": "enum ISLDCommon.ContractType",
"name": "_contractType",
"type": "uint8"
}
],
"name": "getFundingFeeRate",
"outputs": [
{
"internalType": "uint256",
"name": "_fundingFeeRate",
"type": "uint256"
}
],
"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