HTTP/HTTPS POST JSON

HTTP POST JSON

POST http+post+json://timestamp/${body}/mainnet.eosn.io:443/v1/chain/get_block

Query any HTTP POST request with JSON. const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64');

Path Parameters

NameTypeDescription

request_type

string

oracle request type

json_specifier

string

json key for desired return value

body

string

body

url

string

url path

HTTPS POST JSON

POST https+post+json://timestamp/${body}/mainnet.eosn.io:443/v1/chain/get_block

Query any HTTPS POST request with JSON. const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64');

Path Parameters

NameTypeDescription

request_type

string

oracle request type

json_specifier

string

json key for desired return value

body

string

body

url

string

url

Last updated