API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation.

General API Information

  • Full URL structure for endpoint call: https://rest.any.cash/arrow-up-right<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

Authentificationchevron-right

Errors

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

Errorschevron-right

Users

The methods related to users

Userschevron-right

Bills

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

Billschevron-right

Withdrawals

The methods associated with sending payment to Any.Cash user

Withdrawalschevron-right

Callbacks

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

Callbackschevron-right

Models and enums

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

Models and enumschevron-right

Last updated