Get delegated resource information

Returns the amount of resource delegated from one address to another. This includes bandwidth and energy delegated.

Request

This endpoint expects an object.
fromAddressstringRequired
Base58 address of the account delegating resources.
toAddressstringRequired
Base58 address of the account receiving resources.
visiblebooleanOptional

Indicates if the addresses are in base58 (true) or hex (false).

Response

Delegated resource information.
delegatedResourcemap from strings to any or null