Echo the exchange rate
GET https://postman-echo.com/get?foo1={{bitcoinRate}}
This request will use information saved to a variable in a previous request.
You can send the request to view this information echoed back in the response. Alternatively, you can click the Quick Look in the top right to verify the environment variable has been set.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
foo1 | string | Set this variable in the previous request |
RESPONSES
status: OK
{"args":{"foo1":"bar1","foo2":"bar2"},"headers":{"x-forwarded-proto":"https","host":"postman-echo.com","accept":"*/*","accept-encoding":"gzip, deflate","cache-control":"no-cache","cookie":"sails.sid=s%3AK8csWt5VZ3Oalv85HiBtffDcrSOJ-RiP.V14RjjJqkOv8%2BLXuHRmZ9l50G8S6eU16yLU%2F3N%2F0dKU","postman-token":"c6b9bca5-7369-4da8-a539-6c906d1133f2","user-agent":"PostmanRuntime/7.3.0","x-forwarded-port":"443"},"url":"https://postman-echo.com/get?foo1=bar1\u0026foo2=bar2"}