Subintent status

Get Subintent Status

post

Returns if the given subintent has been finalized.

Body
subintent_hashstringRequired

Bech32m-encoded hash.

Responses
200
Transaction Status
application/json
Responseall of
post
POST /transaction/subintent-status HTTP/1.1
Host: xrd-gateway.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 49

{
  "subintent_hash": "<transaction-subintent-hash>"
}
{
  "ledger_state": {
    "network": "<network-name>",
    "state_version": 1,
    "proposer_round_timestamp": "text",
    "epoch": 1,
    "round": 1
  },
  "subintent_status": "Unknown",
  "subintent_status_description": "text",
  "finalized_at_state_version": 1,
  "finalized_at_transaction_intent_hash": "text"
}