Skip to content

Overview

This system provides currency exchange and withdrawal capabilities through the Coin OpenAPI.

Documentation map

SectionContents
Quick StartCredentials, signing, and integration flowcharts (auth / exchange / withdraw)
Common ProtocolRequest/response conventions, headers, response body
Request SigningDigest, canonical string, ES256 Authorization
Development & TestingCritical notes, test config, sign self-check
API ReferenceExchange, receive-account, withdraw, wallet endpoints
AppendixCurrencies, business codes, enums, order statuses

Base paths

All business endpoints are under /coin/v1/* and require the common authentication headers and ES256 signature.

Environments

EnvironmentBase URL
Testhttps://coin-api-test.adox.group
ProductionProvided after merchant onboarding

Interface paths remain /coin/v1/* in both environments.