PriceResponse
okboolean
Example:
trueasOfstring<date-time>
countinteger
prices object
Map of asset_group → priceUsd
property name*number
debug object
rowsobject[]
PriceResponse
{
"ok": true,
"asOf": "2024-07-29T15:51:28.071Z",
"count": 0,
"prices": {
"USDC": 1.0001,
"WBTC": 67432.12
},
"debug": {
"rows": [
{}
]
}
}