Path and Order Book Methods

Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books.

  • amm_info

    Get info about an Automted Market Maker (AMM) instance.

  • book_offers

    Get info about offers to exchange two currencies.

  • deposit_authorized

    Check whether an account is authorized to send money directly to another.

  • nft_buy_offers

    Get a list of all buy offers for a NFToken.

  • nft_sell_offers

    Get a list of all sell offers for a NFToken.

  • path_find

    Find a path for a payment between two accounts and receive updates.

  • ripple_path_find

    Find a path for payment between two accounts, once.