/app/assets

Get all available trading assets.

import requests

headers = {
    'Authorization': 'Bearer %s' % api_token,
    'Accept':'application/json'
}

response = requests.get('https://sandboxapi.legendtrading.com/app/assets', headers=headers)

data = response.json()
print(data)
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json