Latest Price API
Retrieve current oracle prices for all supported tokens.
Endpoint
GET /api/v1/latestPriceParameters
Parameter
Type
Required
Description
Response
{
"data": {
"prices": [
{
"symbol": "USDT/USD",
"bsc_token_addr": "0x074935F13b26.........96Ce1dD304B3Af",
"price": "1.0008127933438",
"timestamp": 1769008373
},
{
"symbol": "ETH/USD",
"bsc_token_addr": "0xaF8199cAD822f.........538eD1fEccA906b0Fa",
"price": "2989.4250135",
"timestamp": 1769008372
}
]
}
}Response Fields
Top-level Fields
Field
Type
Description
Price Fields
Field
Type
Description
Last updated

