gobject_list - Dash

Example code for the gobject_list json-rpc method. Сomplete guide on how to use gobject_list json-rpc in GetBlock.io Web3 documentation.

Parameters

method name - string

None

signal - string (hex)

Optional. Type of governance object signal:

- valid

- funding

- delete

- endorsed

- all (default)

type - string (hex)

Optional. Type of governance object signal:

- proposals

- triggers

- all (default)

Request

curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \ 
--data-raw '{"jsonrpc": "2.0",
"method": "gobject",
"params": ["list", null, null],
"id": "getblock.io"}'

Response

Last updated

Was this helpful?