ALM endpoint
A WebSocket and REST service. Both live on this host and require an access token. There is no interactive interface.
Tokens are issued at onchainbank.com.
- stream
- wss://alm.onchainbank.com/alm/stream
- wss://alm.onchainbank.com/t/<token>/alm/stream
- rest
- GET https://alm.onchainbank.com/alm/current
- GET https://alm.onchainbank.com/alm/events?limit=20&offset=0
- auth
- Authorization: Bearer <token>
- payload
- application/json ยท eth-alm.stream.1