Transaction
Get Subintent Status
Returns if the given subintent has been finalized.
post/transaction/subintent-status
Request body
Example request
{
"subintent_hash": "<transaction-subintent-hash>"
}Response
Transaction Status
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}Changes
Changed in 1 of the 50 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○