ECHO POST JSON
Last updated
Last updated
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');
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