API Reference
Dive into the specifics of each API endpoint by checking out our complete documentation.
General API Information
The base API URL is: https://rest.any.cash/
Full URL structure for endpoint call: https://rest.any.cash/<api version>/<endpoint path>/{path parameter}
current API version: /v1
JSON format is used for requests and responses.
The structure of the response object depends on the API method and is described in the documentation for each method.
All date-time and timestamp related fields are in milliseconds.
Currencies:
ISO 4217 3-letter format is used for fiat currencies.
Ticker (shortened name of a coin) usually seen on trading platforms is used for crypto-currencies.
Authentification
Everything you should know to authenticate yourself to our API programmatically
AuthentificationErrors
Error format and list of general errors that can be returned by any method
ErrorsUsers
The methods related to users
UsersBills
The methods associated with requesting and collection of payment from Any.Cash user
BillsWithdrawals
The methods associated with sending payment to Any.Cash user
WithdrawalsCallbacks
Callbacks are used by Any.Cash for sending order status finalization message to a URL passed in the method request
CallbacksModels and enums
Representation of BILL and WITHDRAWAL objects which are returned by methods and in callbacks
Models and enumsLast updated