Skip to main content

Get the history of a nano contract.

GET 

/wallet/nano-contracts/history

Get the history of a nano contract.

Request

Query Parameters

    id stringrequired

    ID of the nano contract to get the history from.

    count integer

    Maximum number of items to be returned. Default is 100.

    after string

    Hash of transaction to offset the result.

Header Parameters

    x-wallet-id stringrequired

    Define the key of the corresponding wallet it will be executed the request.

Responses

Success

Schema

    any

Loading...