All
Filtrer etter:
Hvordan setter jeg inn penger på kontoen min?
Jeg trenger hjelp med kontobekreftelse
Hvorfor kan jeg ikke få tilgang til kontoen min?
Finnes det noen gebyrer for uttak av krypto?
Jeg trenger hjelp med å logge på kontoen min
The REST API Assets and AssetPairs endpoints provide almost all of the information that is required to trade our markets (such as minimum order sizes, price/volume decimal precision and available leverage levels), however there is some additional information that is not available via the API.
For example, the minimums for funding transactions (such as deposit/withdrawal minimums and minimum crypto deposit confirmations) are not currently provided via any API endpoint. These minimums are available via our trading and funding support pages, but for use with the API, it is also useful to have the same information in a programming friendly format (such as CSV format).
The following are CSV files (plain text files, with comma separated data) that can be used directly within API code, imported into a spreadsheet or converted into various other formats (TSV, database, etc.):
Withdrawal Minimum and Fees, please see: https://docs.kraken.com/api/
Deposit Networks and Methods (for use with the DepositAddresses endpoint)
Order Book Checksum Precisions (when calculating a WebSocket order book checksum)
Note that these files should be downloaded and stored locally, not retrieved repeatedly via code. The minimums do not change very often, hence there is no benefit to downloading the files on a daily, weekly or even monthly basis. In addition, Cloudflare will block repeated attempts to download the files.
For applications that need to download the CSV files more frequently or programmatically, the same files are available via a Google Drive. The Google Drive is not subject to the same Cloudflare restrictions, hence can be used in applications that might download the files more often and/or from multiple geographical locations.