/
/Interledger-rs API Specification
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 31m ago · Updated 1mo ago
admins12
users2
  • getNode health check
  • getThe default SPSP account used on the node. This endpoint is only enabled if the node is run with the configuration option ILP_DEFAULT_SPSP_ACCOUNT. The SPSP spec can be found at https://interledger.org/rfcs/0009-simple-payment-setup-protocol/
  • getGet an account's SPSP information
  • getGets the routes on the node
  • getGet all of the node's exchange rates.

Gets the routes on the node

get/routes

Response

The node's prefix-usernames pairs for the routes

Routes required

Example response

{
  "example.op1.alice": "alice",
  "example.op1": "op1"
}

Changes