/app/trade

Execute a trade on behalf a user of your platform 执行一笔交易

import requests

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

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

data = response.json()
print(data)
Query Params
string

The ID of the quote you requested via /rfq endpoint.

string

unique user id for the specified user

Responses

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