cURL
curl --request GET \ --url https://api.relay.link/currencies/token/price
{ "price": 123 }
This API returns the price of a token on a specific chain.
Token address to get price for
Chain ID of the token
Default Response
The response is of type object.
object