Last updated
Was this helpful?
POST echo+post://${body}/${content}
Return content from POST request.
const body = Buffer.from('{"block_num_or_id":"36568000"}').toString('base64');
const content = Buffer.from('This is echo content').toString('base64');
request_type
string
oracle request type
body
string
body
content
string
desired returned content
Last updated
Was this helpful?
Was this helpful?