Skip to main content

Get Fee Paid Transactions

GET 

/api/v1/accounts/:accountAddress/fee-paid-transactions

Free [3 Credits]

Retrieve the list of transactions where the account has paid fees.


Request

Path Parameters

    accountAddress stringrequired

    account address

Query Parameters

    blockNumberStart int64

    start-number of block-range

    blockNumberEnd int64

    end-number of block-range

    type string

    Possible values: [TxTypeLegacyTransaction, TxTypeValueTransfer, TxTypeFeeDelegatedValueTransfer, TxTypeFeeDelegatedValueTransferWithRatio, TxTypeValueTransferMemo, TxTypeFeeDelegatedValueTransferMemo, TxTypeFeeDelegatedValueTransferMemoWithRatio, TxTypeAccountUpdate, TxTypeFeeDelegatedAccountUpdate, TxTypeFeeDelegatedAccountUpdateWithRatio, TxTypeSmartContractDeploy, TxTypeFeeDelegatedSmartContractDeploy, TxTypeFeeDelegatedSmartContractDeployWithRatio, TxTypeSmartContractExecution, TxTypeFeeDelegatedSmartContractExecution, TxTypeFeeDelegatedSmartContractExecutionWithRatio, TxTypeCancel, TxTypeFeeDelegatedCancel, TxTypeFeeDelegatedCancelWithRatio, TxTypeChainDataAnchoring, TxTypeFeeDelegatedChainDataAnchoring, TxTypeFeeDelegatedChainDataAnchoringWithRatio, TxTypeEthereumAccessList, TxTypeEthereumDynamicFee]

    page int32

    Possible values: >= 1

    Results page you want to retrieve (1..N)

    Example: 1
    size int32

    Number of records per page, min: 1, Max: 2000

    Example: 20

Responses

OK

Schema

    results

    object[]

    required

  • Array [

  • transactionHash Transaction Hash (string)required
    transactionIndex int32required
    blockId int64required
    datetime date-timerequired
    from Address (from) (string)required
    to Address (to) (string)
    feePayer Fee Payer (string)
    transactionType Transaction Type (string)required

    Possible values: [Account Update, Fee Delegated Account Update, Fee Delegated Account Update With Ratio, Cancel, Fee Delegated Cancel, Fee Delegated Cancel With Ratio, Smart Contract Deploy, Fee Delegated Smart Contract Deploy, Fee Delegated Smart Contract Deploy With Ratio, Smart Contract Execution, Fee Delegated Smart Contract Execution, Fee Delegated Smart Contract Execution With Ratio, Legacy, Chain Data Anchoring, Fee Delegated Chain Data Anchoring, Fee Delegated Chain Data Anchoring With Ratio, Value Transfer, Fee Delegated Value Transfer, Fee Delegated Value Transfer With Ratio, Value Transfer Memo, Fee Delegated Value Transfer Memo, Fee Delegated Value Transfer Memo With Ratio, Ethereum Access List, Ethereum Dynamic Fee]

    amount KLAY Amount (number)required
    transactionFee Transaction Fee (number)required

    status

    object

    required

    status Transaction Status (string)required

    Possible values: [Success, Fail]

    failMessage Message when Transaction Status is Fail (string)
    methodId Function Bytes (string)
    signature Function Name (string)
    effectiveGasPrice Effective Gas Price. Same as Block's baseFee (number)required
    burntFees Burnt Fees within Transaction Fee (number)
  • ]

  • paging

    object

    required

    totalCount int64required
    currentPage int32required
    last booleanrequired
    totalPage int32required

    property

    object

    property name* object
Loading...