getunboundong - Ontology
Example code for the getunboundong json-rpc method. Сomplete guide on how to use getunboundong json-rpc in GetBlock.io Web3 documentation.
Parameters
address
- string
address
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getunboundong",
"params": ["Adj7W5Z2hTeKH7YwJsfMzLuwiD671mvJ6X"],
"id": "getblock.io"}'
Response
{
"desc": "SUCCESS",
"error": 0,
"id": "getblock.io",
"jsonrpc": "2.0",
"result": "0"
}
Last updated