Object
import { ExampleResponse } from "components/ExampleResponse"; import { AttributeTable } from "components/AttributeTable";
When Horizon returns information about a path, it uses the following format:
- ATTRIBUTE -
source_asset_type
stringThe type for the source asset. Either
native,credit_alphanum4, orcredit_alphanum12.source_asset_code
stringThe code for the source asset.
source_asset_issuer
stringThe Stellar address of the source asset’s issuer.
source_amount
stringAn estimated cost for making a payment of destination_amount on this path. Suitable for use in the
sendMaxfield of a path payment operation.destination_asset_type
stringThe type for the destination asset. Either
native,credit_alphanum4, orcredit_alphanum12.destination_asset_code
stringThe code for the destination asset.
destination_asset_issuer
stringThe Stellar address of the destination asset’s issuer.
destination_amount
stringThe destination amount specified in the search that found this path.
path
array of objectsThe intermediary assets that this path hops through.Hide child attributes
asset_code
stringThe code for this intermediary asset.
asset_issuer
stringThe Stellar address of the intermediary asset’s issuer.
asset_type
stringThe type for the intermediary asset. Either
native,credit_alphanum4, orcredit_alphanum12.
Last updated
Was this helpful?