The Resolution Service API is used to cache domain data and metadata from any blockchain for easy retrieval without requiring direct access to blockchain APIs.
{- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
{- "data": [
- {
- "id": "string",
- "attributes": {
- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
}
]
}
{- "data": [
- {
- "domain": "string",
- "from": "string",
- "to": "string",
- "networkId": 0,
- "blockNumber": 0,
- "blockchain": "string"
}
]
}
{- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
{- "blockchain": {
- "ETH": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}, - "MATIC": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}, - "ZIL": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}
}
}