EVM
/getprice
Get the Price of a Stablecoin.
GET https://api.expand.network/stablecoin/getprice
Query Parameters
Name
Type
Description
asset*
String
Name of the StableCoin.
https://api.expand.network/stablecoin/getprice?asset=USDC{
"status": 200,
"msg": "success",
"data": {
"roundId": "36893488147419104052",
"answer": "0.99999",
"startedAt": "1675316735",
"updatedAt": "1675316735",
"answeredInRound": "36893488147419104052"
}
}Last updated

