Path Payment Strict Send
Sends a payment from one account to another in a path through the order books, starting as one asset and ending as another. Path payments that are Strict Send designate the payment amount in the asset sent.
See the Path Payment Strict Send errors.
ATTRIBUTE
asset_type
stringThe type of asset being received. Either
native,credit_alphanum4, orcredit_alphanum12.asset_code
stringThe code for the asset being received. Appears if the
asset_typeis notnative.asset_issuer
stringThe Stellar address of the issuer of the asset being received. Appears if the
asset_typeis notnative.from
stringThe payment sender’s public key.
tostring
The payment recipient’s public key.
amount
stringAmount received designated in the destination asset.
patharray of objects
The intermediary assets that this path hops through.Show 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.
source_amount
stringAmount sent designated in the source asset.
source_max
stringThe maximum amount to be sent designated in the source asset.
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.
{
"_links": {
"self": {
"href": "https://horizon.stellar.org/operations/124018825644490753"
},
"transaction": {
"href": "https://horizon.stellar.org/transactions/2624935eefedc195562623d982e501ba2a183382959fa0b9d03cf66dced3b332"
},
"effects": {
"href": "https://horizon.stellar.org/operations/124018825644490753/effects"
},
"succeeds": {
"href": "https://horizon.stellar.org/effects?order=desc\u0026cursor=124018825644490753"
},
"precedes": {
"href": "https://horizon.stellar.org/effects?order=asc\u0026cursor=124018825644490753"
}
},
"id": "124018825644490753",
"paging_token": "124018825644490753",
"transaction_successful": true,
"source_account": "GBZH7S5NC57XNHKHJ75C5DGMI3SP6ZFJLIKW74K6OSMA5E5DFMYBDD2Z",
"type": "path_payment_strict_receive",
"type_i": 2,
"created_at": "2020-03-26T19:33:55Z",
"transaction_hash": "2624935eefedc195562623d982e501ba2a183382959fa0b9d03cf66dced3b332",
"asset_type": "credit_alphanum4",
"asset_code": "BRL",
"asset_issuer": "GDVKY2GU2DRXWTBEYJJWSFXIGBZV6AZNBVVSUHEPZI54LIS6BA7DVVSP",
"from": "GBZH7S5NC57XNHKHJ75C5DGMI3SP6ZFJLIKW74K6OSMA5E5DFMYBDD2Z",
"to": "GBZH7S5NC57XNHKHJ75C5DGMI3SP6ZFJLIKW74K6OSMA5E5DFMYBDD2Z",
"amount": "0.1000000",
"path": [
{
"asset_type": "credit_alphanum4",
"asset_code": "USD",
"asset_issuer": "GBUYUAI75XXWDZEKLY66CFYKQPET5JR4EENXZBUZ3YXZ7DS56Z4OKOFU"
},
{
"asset_type": "native"
}
],
"source_amount": "0.0198773",
"source_max": "0.0198774",
"source_asset_type": "credit_alphanum4",
"source_asset_code": "USD",
"source_asset_issuer": "GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX"
}Last updated
Was this helpful?