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

Authentification

Errors

Error format and list of general errors that can be returned by any method

Errors

Users

The methods related to users

Users

Bills

The methods associated with requesting and collection of payment from Any.Cash user

Bills

Withdrawals

The methods associated with sending payment to Any.Cash user

Withdrawals

Callbacks

Callbacks are used by Any.Cash for sending order status finalization message to a URL passed in the method request

Callbacks

Models and enums

Representation of BILL and WITHDRAWAL objects which are returned by methods and in callbacks

Models and enums

Last updated