/
/Interledger-rs API Specification
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
admins12
users2
  • postSend payment to an account. Note that even though this is a user-only endpoint, node operators have access to server secrets, meaning that they could issue payments from any account if they wished to.
  • postThis endpoint is used by nodes to send ILP packets over HTTP requests as defined in ILP-over-HTTP (ILP RFC-35)
  • 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.
users

This endpoint is used by nodes to send ILP packets over HTTP requests as defined in ILP-over-HTTP (ILP RFC-35)

post/accounts/{username}/ilp

Headers

authorizationstring required

Bearer token with the account's authorization

Response

The serialized fulfill/reject packet received by the peer

Changes