π²Token Prices
Key Features
Accessing the Token Prices
a4^KV_EaTf4MW#ZdvgGKX#HUD^3IFEAOV_kzpIE^3BQGA8pDnrkT7JcIy#HNlLGi
const end_point = "https://api.panora.exchange/prices"
const query = {
tokenAddress: "0xa",
}
const headers = {
"x-api-key":
"a4^KV_EaTf4MW#ZdvgGKX#HUD^3IFEAOV_kzpIE^3BQGA8pDnrkT7JcIy#HNlLGi",
}
const queryString = new URLSearchParams(query)
const url = `${end_point}?${queryString}`
const response = await(
await fetch(url, {
method: "GET",
headers: headers,
})
).json()Query Parameter
Attribution
Last updated