Download OpenAPI specification:Download
Returns the network's configuration
Network Configuration
Server error
{- "version": {
- "core_version": "string",
- "api_version": "string"
}, - "network": "mainnet",
- "network_hrp_suffix": "string",
- "well_known_addresses": {
- "account_package": "string",
- "faucet": "string",
- "ecdsa_secp256k1": "string",
- "eddsa_ed25519": "string",
- "xrd": "string"
}
}
Transaction status response
Client error
Server error
{- "intent_hash": "stringstringstringstringstringstringstringstringstringstringstring"
}
{- "intent_status": "CommittedSuccess",
- "known_payloads": [
- {
- "payload_hash": "string",
- "status": "CommittedSuccess",
- "error_message": "string"
}
]
}
Committed transaction found response
Client error
Committed transaction not found response
Server error
{- "intent_hash": "stringstringstringstringstringstringstringstringstringstringstring"
}
{- "committed": {
- "state_version": 1,
- "notarized_transaction": {
- "hash": "string",
- "payload_hex": "string",
- "signed_intent": {
- "hash": "string",
- "intent": {
- "hash": "string",
- "header": {
- "version": 255,
- "network_id": 255,
- "start_epoch_inclusive": 10000000000,
- "end_epoch_exclusive": 10000000000,
- "nonce": "string",
- "notary_public_key": {
- "key_type": "EcdsaSecp256k1",
- "key_hex": "stringstringstringstringstringstringstringstringstringstringstring"
}, - "notary_as_signatory": true,
- "cost_unit_limit": 4294967295,
- "tip_percentage": 4294967295
}, - "manifest": "string",
- "blobs_hex": {
- "property1": "string",
- "property2": "string"
}
}, - "intent_signatures": [
- {
- "key_type": "EcdsaSecp256k1",
- "recoverable_signature": {
- "key_type": "EcdsaSecp256k1",
- "signature_hex": "stringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstri"
}
}
]
}, - "notary_signature": {
- "key_type": "EcdsaSecp256k1",
- "signature_hex": "stringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstringstri"
}
}, - "receipt": {
- "status": "Succeeded",
- "fee_summary": {
- "loan_fully_repaid": true,
- "cost_unit_limit": 4294967295,
- "cost_unit_consumed": 4294967295,
- "cost_unit_price_attos": "string",
- "tip_percentage": 4294967295,
- "xrd_burned_attos": "string",
- "xrd_tipped_attos": "string"
}, - "state_updates": {
- "down_virtual_substates": [
- {
- "entity_type": "System",
- "entity_address_hex": "string",
- "substate_type": "System",
- "substate_key_hex": "string"
}
], - "up_substates": [
- {
- "substate_id": {
- "entity_type": "System",
- "entity_address_hex": "string",
- "substate_type": "System",
- "substate_key_hex": "string"
}, - "version": 100000000000000,
- "substate_hex": "string",
- "substate_data_hash": "string",
- "substate_data": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}
}
], - "down_substates": [
- {
- "substate_id": {
- "entity_type": "System",
- "entity_address_hex": "string",
- "substate_type": "System",
- "substate_key_hex": "string"
}, - "substate_data_hash": "string",
- "version": 100000000000000
}
], - "new_global_entities": [
- {
- "entity_type": "System",
- "entity_address_hex": "string",
- "global_address_hex": "string",
- "global_address": "string"
}
]
}, - "output": [
- {
- "data_hex": "string",
- "data_json": null
}
], - "error_message": "string"
}
}
}
Current state response
Client error
Not found error
Server error
{- "component_address": "string"
}
{- "info": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}, - "state": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}, - "owned_vaults": [
- {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}
], - "descendent_ids": [
- {
- "parent": {
- "entity_type": "System",
- "entity_address_hex": "string",
- "substate_type": "System",
- "substate_key_hex": "string"
}, - "entity_id": {
- "entity_type": "System",
- "entity_address_hex": "string"
}, - "depth": 100
}
]
}
Current state response
Client error
Not found error
Server error
{- "resource_address": "string"
}
{- "manager": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}
}
Current state response
Client error
Not found error
Server error
{- "resource_address": "string",
- "non_fungible_id_hex": "string"
}
{- "non_fungible": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}
}
Current state response
Client error
Not found error
Server error
{- "package_address": "string"
}
{- "package": {
- "entity_type": "System",
- "substate_type": "System",
- "epoch": 10000000000
}
}