Assets

Get exchanges

get

Get exchanges

Authorizations
Responses
200
OK
application/json
get
GET /trading/exchanges HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

OK

{
  "data": [
    {
      "exchangeName": "text",
      "exchangeCode": "text"
    }
  ]
}

Last updated