POST http+post+json://timestamp/${body}/mainnet.eosn.io:443/v1/chain/get_block
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');
const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64');
request_type
string
oracle request type
json_specifier
json key for desired return value
body
url
url path
POST https+post+json://timestamp/${body}/mainnet.eosn.io:443/v1/chain/get_block
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');
Last updated 4 years ago
Was this helpful?