Object info

This endpoint retrieves a single ledger object identified by its Object ID from the XRP Ledger in its raw format.

Some ledger objects have static Object IDs. These objects may be retrieved by their special object IDs.

Object IDObject hash

FeeSettings

4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF25E4AAB854A6A651

Amendments

7DB0788C020F02780A673DC74757F23823FA3014C1866E72CC4CD8B226CD6EF4

NegativeUNL

2E8A59AA9D3B5B186B0B9E0F62E6C02587CA74A4D778938E957B6357D364B244

LedgerHashes

B4979A36CDC7F3D3D5C31A4EAE2AC7D7209DDA877588B9AFC66799692AB0D66B

Request

GET /api/v1/object/{OBJECT_ID}

Examples

curl https://api.xrpscan.com/api/v1/object/587E28972F3B63D2260C0671E59593EE6C4D27AB857D1AF230F5CAA959BB3EAC

curl https://api.xrpscan.com/api/v1/object/FeeSettings

Response

{
  "index": "587E28972F3B63D2260C0671E59593EE6C4D27AB857D1AF230F5CAA959BB3EAC",
  "ledger_hash": "B8FD3B7CBB118A6147C7A82B83D1215B73B6069D33727BD34CA3AF43298126A3",
  "ledger_index": 81520079,
  "node": {
    "Account": "rpx9JThQ2y37FaGeeJP7PXDUVEXY3PHZSC",
    "Balance": "88307934814",
    "Flags": 0,
    "LedgerEntryType": "AccountRoot",
    "OwnerCount": 0,
    "PreviousTxnID": "8C30B3C6F526334309C7F6DE1131EF94D987762375116E0C184F840F03DDA974",
    "PreviousTxnLgrSeq": 81520079,
    "Sequence": 75897829,
    "index": "587E28972F3B63D2260C0671E59593EE6C4D27AB857D1AF230F5CAA959BB3EAC"
  },
  "validated": true
}

Response format

Additional properties may be available in the response based on rippled ledger_entry command.

Last updated