Room Coin UPDATE
Overview
Endpoint
wss://ws.noodles.fi/ws/coin-updateSubscription
Client Subscription Message
{
"type": "subscribe",
"room": "COIN_UPDATES",
"data": {
"coins": [
"0x2::sui::SUI",
"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP"
]
}
}Server Response Data Format
Data Fields
Field
Type
Description
Example Usage
JavaScript
TypeScript
Unsubscription
Client Unsubscription Message
Server Unsubscription Response
Last updated