Links
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.

Parameters

  • none

Returns

  • url: (string)

Example Request and Result for /websocket/config

Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/websocket/config' \
-H 'accept: application/json'
Result
{
"url": "socket-api-fra.elrond.com"
}