Returns the history of fee delegation transactions. You can find out the KRW and USD price of the fees at the time of sending the transaction. If you add the from
query parameter, only the transactions from a certain address will be returned.
The request is successful.
The request is not valid.
curl -i -X GET \ -u <username>:<password> \ 'https://wallet-api.klaytnapi.com/v2/history/fd/tx?from=string' \ -H 'x-chain-id: string'
{- "cursor": "",
- "items": [
- {
- "chainId": 8217,
- "chargedByKlay": "0.003877775",
- "chargedByKrw": "4.3",
- "chargedByPeb": "3877775000000000",
- "chargedByUsd": "0.00374",
- "feePayer": "0x85b98485444c89880cd9c48807cef727c296f2da",
- "from": "0x9154cc66c18fd04632d6daf98af8de0a99801c6d",
- "gasPrice": "0x5d21dba00",
- "gasUsed": "0x25de7",
- "krw": 1109.6,
- "status": "0x1",
- "timestamp": 1627012095,
- "transactionHash": "0xa3fb324004b0e498f518a5dbd8dd02e93f31bdd14ab0005187a7ef5aa32e6643",
- "typeInt": 41,
- "usd": 0.96567,
- "effectiveGasPrice": "0xba43b7400"
}, - {
- "chainId": 8217,
- "chargedByKlay": "0.003877775",
- "chargedByKrw": "4.3",
- "chargedByPeb": "3877775000000000",
- "chargedByUsd": "0.00374",
- "feePayer": "0x85b98485444c89880cd9c48807cef727c296f2da",
- "from": "0x9154cc66c18fd04632d6daf98af8de0a99801c6d",
- "gasPrice": "0x5d21dba00",
- "gasUsed": "0x25de7",
- "krw": 1109.6,
- "status": "0x1",
- "timestamp": 1627012095,
- "transactionHash": "0x7d0017409e2f6de152c7faea557432a295ba487c8305ecf1272beeba94d998e7",
- "typeInt": 41,
- "usd": 0.96567,
- "effectiveGasPrice": "0xba43b7400"
}
]
}