Validate address compatibility

Verify whether an external coin address is compatible with the system, indicating its suitability for deposit/withdrawal purposes

⚠️

In May 2026 OSL deployed the One-Coin / Multi-Chain project (see announcement), and this endpoint has been updated to support this.

A new string field networkhas been added that serves as the chain network identifier, e.g. ETHEREUM, TRON, etc.

  • Request Parameters have been updated to include network as an optional field for clients who have already merged.
  • Response Parameters will now include network on all responses.

To identify which networks are available for a given currency, you can use the new Get Supported Transfer Network endpoint.


Body Params
int64
required

The current Unix time in microseconds.

string
required

Crypto ticker (e.g. BTC, ETH).

string
required

The address that's being checked.

string

Blockchain network identifier, e.g. ETHEREUM, TRON, etc. (use Get Supported Transfer Network for valid values).

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json