ECHO POST JSON
ECHO POST JSON
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');
Path Parameters
Name
Type
Description
request_type
string
oracle request type
json_specifier
string
json key specifier for desired return value
body
string
body
content
string
desired returned content
Last updated
Was this helpful?