POST echo+post+json://timestamp/${body}/${content}
POST
echo+post+json://timestamp/${body}/${content}
Return content from POST request with JSON. const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64'); const content = Buffer.from('{"timestamp":"2019-01-09T18:20:23.000"}').toString('base64');
const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64'); const content = Buffer.from('{"timestamp":"2019-01-09T18:20:23.000"}').toString('base64');
request_type
string
oracle request type
json_specifier
json key specifier for desired return value
body
content
desired returned content
Last updated 4 years ago
Was this helpful?