Get Account Lessors
Get the lessors to an account.
Request:
- requestType is getAccountLessors
- account is the account ID
- height is the height of the blockchain to determine the lessors (optional, default is last block)
- requireBlock is the block ID of a block that must be present in the blockchain during execution (optional)
- requireLastBlock is the block ID of a block that must be last in the blockchain during execution (optional)
Note: If table trimming is enabled (default), the height must be within 1440 blocks of the last block.
Response:
- accountRS (S) is the Reed-Solomon address of the account
- account (S) is the account number
- height (N) is the height of the blockchain
- lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)
- requestProcessingTime (N) is the API request processing time (in millisec)
- lessors (A) is an array of lessor objects including the fields:
- lessorRS (S)
- lessor (S)
- guaranteedBalanceTQT (S)