/app/withdrawaccount/local

Get a list of all user added local payment methods.

import requests

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

data = {
  	'user_id': 'woshikeaidexiaoxiong'
}
response = requests.get('https://sandboxapi.legendtrading.com/app/withdrawaccount/local', json=data, headers=headers)

data = response.json()
print(data)
Query Params
string
Defaults to USD

Optional

string
required
Headers
string
required
Defaults to 12.34.56.78

User's most recent access/login IP address

Responses

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