Comment on page
/websocket/config
Returns config used for accessing a websocket on the same cluster
The
/websocket/config
command is used to obtain the config necessary to access a websocket on the same cluster.- none
url:
(string)
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/websocket/config' \
-H 'accept: application/json'
Result
{
"url": "socket-api-fra.elrond.com"
}
Last modified 9mo ago