Returns all stored receipts.
GET /api/core/v2/receipts HTTP/1.1 Host: iota.nownodes.io Accept: */*
Successful operation.
{ "receipts": [ { "migratedAt": 1000, "final": false, "funds": [ { "tailTransactionHash": "0xe0ce1933a900d02e0a43e2ba4e922d1a706a36a117ce1eb9ad0a74d39ee722c41b00cd227232efd76f5997e91bf8000000", "address": { "type": 0, "pubKeyHash": "0x5eec99d6ee4ba21aa536c3364bbf2b587cb98a7f2565b75d948b10083e2143f8" }, "deposit": "1702000000" } ], "transaction": { "input": { "type": 1, "milestoneId": "0x733ed2810f2333e9d6cd702c7d5c8264cd9f1ae454b61e75cf702c451f68611d" }, "output": { "type": 2, "amount": "1702000000" } } } ] }
Returns all stored receipts for a given migration index.
Migration index to look up.
1000
GET /api/core/v2/receipts/{migratedAt} HTTP/1.1 Host: iota.nownodes.io Accept: */*