Marker Valuations
Assetmanager Marker Valuations (v1.0.0)
Download OpenAPI specification:Download
API Documentation for Assetmanager Marker Valuations
NetAssetValues
NetAssetValues returns net asset values for marker
Authorizations:
bearerAuth
path Parameters
| id required | string (id) address or denom for the marker |
Responses
Response samples
- 200
Content type
application/json
{- "netAssetValues": [
- {
- "price": {
- "denom": "string",
- "amount": "string"
}, - "volume": 0,
- "updatedBlockHeight": 0
}
]
}