Last updated
Edit

Server Info Methods

Use these methods to retrieve information about the current state of the rippled server.

  • fee

    Get information about transaction cost.

  • feature

    Get information about protocol amendments.

  • manifest

    Look up the public information about a known validator.

  • server_definitions

    Retrieve an SDK-compatible `definitions.json`, generated from the `rippled` instance currently running.

  • server_info (rippled)

    Retrieve status of the server in human-readable format.

  • server_state

    Retrieve status of the server in machine-readable format.

  • version

    Retrieve API version information.