crypto-bot-api
Advanced tools
Changelog
0.3.0 - 2024-09-16
getStats
, createCheck
, getChecks
, getChecksPaginate
, transfer
, getTransfers
, getTransfersPaginate
, deleteInvoice
and deleteCheck
methodsgetInvoices
and getInvoicesPaginate
to returns array of Invoice
currency
field from GetInvoicesOptions
and GetInvoicesPaginateOptions
types and add asset
and fiat
fieldsInvoice
type to actual API versioncreateInvoice
method to actual API version, change related options typesgetExchangeRate
method and field rate
of ExchangeRate
type which returned by getExchangeRates
method to stringInvoice
type amount
field type to stringgetInvoices
options ids
field type to number[]
getInvoices
backend method invoice_ids
parameter typesource
and target
by getExchangeRate
methodisValid
field to ExchangeRate
typegetExchangeRate
method to return '0' value for non-valid exchange rateBalances
type to store available and on hold balances in new Balance
typeBalancesType
type to store available or on hold balancesisReturnInNanos
and isForce
parameters from getBalances
and getBalance
methodsgetBalancesAvailable
, getBalancesOnhold
, getBalanceAvailable
and getBalanceOnhold
to get balances by typeCurrencyCode
type with known variantscode
field to Currency
typeunknown
variant for CurrencyType
CurrencyType
by enum and store it in Client
classCurrencyType
to DetailedCurrencyType
with more detailed variantsCurrencyType
type to main types variants and store it in Client
classInvoiceStatus
by enum and store it in Client
classreadme.md
Client
class setPageSize
method documentation parameter nameClientEmitter.constructor
documentation inheritanceChangelog
0.1.1 - 2021-12-05
Changelog
0.1.0 - 2021-12-04
payload
field max sizeChangelog
0.0.2 - 2021-11-30