/
/Interledger-rs API Specification
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 35m 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.

Get all of the node's exchange rates.

get/rates

Response

The stored exchange rates

Pairs required

Example response

{
  "ABC": 1.23,
  "XYZ": 3.25
}

Changes