Get P-Chain tx status
avax_pchain_get_tx_statusDetermine a P-Chain transaction's status—Committed, Processing, Dropped, or Unknown—and get drop reasons. Ideal for confirming outcomes after AddSubnetValidator, ConvertSubnetToL1, or CreateChain transactions.
Instructions
Check a P-Chain transaction (platform.getTxStatus): Committed, Processing, Dropped, or Unknown, with reason when dropped. Use after AddSubnetValidator/ConvertSubnetToL1/CreateChain transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_id | Yes | P-Chain tx ID (CB58) | |
| network | No | Primary network: mainnet or fuji | fuji |