Feed 'A' - Assets

Asset prices feed

Requests

{"event": "bind", "feed": "A"}

Feed handling

asset = {
  "name": string,
  "id": unsigned int32,
  "price": Efx::Price // USD price of the asset
}

Last updated