API Endpoint dynamic parameters

Hi,

I have the following endpoint:

https://www.alphavantage.co/query?function=CURRENCY_EXCHANGE_RATE&from_currency=USD&to_currency=EUR&apikey=demo

I would make USD and EUR dynamic values… Someone can suggest me how to do it (if it is possible?)

thank you
Roberto

Hi Roberto,
Check the documentation, it is explained there how to define query parameters.
In this case you need two: from_currency and to_currency then assign dynamic values to them.

@Teodor

thanks, I did not suppose you can add more parameters…
It works!

Everyday this Wappler become more and more amazing !!

You can add all of the parameters you find in your API documentation and assign dynamic values to them.

1 Like