Skip to main content
POST
/
ramp
/
ws-api-token
Mint WebSocket token
curl --request POST \
  --url https://api.etherfuse.com/ramp/ws-api-token \
  --header 'Authorization: <api-key>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Response

200 - application/json

A short-lived WebSocket auth token

token
string
required

Short-lived WebSocket auth token; org-scoped and user-less.