Last updated 4 months ago
Returns contracts
Contracts
Page index
"0"
Page size
"10"
Total size
"100"
Order
const response = await fetch('/api/v1/entities/contracts', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pageIndex": "0", "pageSize": "10", "total": "100", "items": [ { "id": "667c240639282050117a1985", "topicId": "0.0.4481265", "consensusTimestamp": "1706823227.586179534", "owner": "0.0.1", "uuid": "93938a10-d032-4a9b-9425-092e58bffbf7", "status": "NEW", "statusReason": "Revoked", "lang": "en-US", "responseType": "str", "statusMessage": "text", "files": [ "QmYtKEVfpbDwn7XLHjnjap224ESi3vLiYpkbWoabnxs6cX" ], "topics": [ "0.0.4481265" ], "tokens": [ "0.0.4481265" ], "type": "Contract", "action": "create-contract", "options": { "contractId": "0.0.4481265", "description": "Wipe contract", "contractType": "WIPE", "owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265" }, "analytics": { "textSearch": "text" } } ] }