Skip to content

New v3 Spot api 500 Error #112

@normdoow

Description

@normdoow

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
    },

Is the stop api for v3 not up yet or still need some work? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions