Trying to setup and use the new v3 api. Futures api is working with my api wallet for authentication but when I try to use the spot api I'm getting a 500 error. Specifically:
UnexpectedError {
error: [AxiosError: Request failed with status code 500] {
code: 'ERR_BAD_RESPONSE',
config: {
transitional: [Object],
adapter: [Function: httpAdapter],
transformRequest: [Array],
transformResponse: [Array],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: [Object],
validateStatus: [Function: validateStatus],
headers: [Object],
baseURL: 'https://sapi.asterdex.com',
params: {},
method: 'get',
url: '/api/v3/transactionHistory?user={addresses and other nonce info}',
'axios-retry': [Object],
data: undefined
},
Trying to setup and use the new v3 api. Futures api is working with my api wallet for authentication but when I try to use the spot api I'm getting a 500 error. Specifically:
Is the stop api for v3 not up yet or still need some work? Thanks!