Skip to content

API response error when calling withdrawalHistory() #33

Description

@jfbarens

From the documentation, this code return an error:

from python_bitvavo_api.bitvavo import Bitvavo

bitvavo = Bitvavo('<APIKEY>', '<APISECRET>')
response = bitvavo.withdrawalHistory({})
print(response)

Response:

{'errorCode': 101, 'error': 'Unknown error. Operation may or may not have succeeded.'}

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