Skip to main content
GET
/
api
/
users
/
exchange-config
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/users/exchange-config \
  --header 'Authorization: Bearer <token>'
{
  "selected_exchange": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Exchange configuration

selected_exchange
string
required