Last updated 3 months ago
Get the Price of a Stablecoin.
GET https://api.expand.network/stablecoin/getprice
GET
https://api.expand.network/stablecoin/getprice
asset*
String
Name of the StableCoin.
stablecoinId
Refer to the Stablecoin IDs page for details.
https://api.expand.network/stablecoin/getprice?asset=USDC
{ "status": 200, "msg": "success", "data": { "roundId": "36893488147419104052", "answer": "0.99999", "startedAt": "1675316735", "updatedAt": "1675316735", "answeredInRound": "36893488147419104052" } }