Path Response
@Serializable
Represents a path response from the Horizon API.
Paths represent possible payment routes between assets on the Stellar network. The Horizon API provides two pathfinding endpoints:
Strict Send: Find paths given a source asset and amount
Strict Receive: Find paths given a destination asset and amount
Each path contains the source and destination assets, amounts, and a list of intermediate assets that the payment would pass through.
See also
Properties
Link copied to clipboard
The amount that would be received at the destination
Link copied to clipboard
The destination asset code (null for native)
Link copied to clipboard
The destination asset issuer (null for native)
Link copied to clipboard
The destination asset type
Link copied to clipboard
The amount that would be sent from the source
Link copied to clipboard
The source asset code (null for native)
Link copied to clipboard
The source asset issuer (null for native)
Link copied to clipboard
The source asset type