Environments and API base URLs
- The base endpoint is: https://cb.link-kycapi.com
- All endpoints return either a JSON object or array.
- All request parameters should be passed in the request body as either a JSON object or array.
- All endpoints require passing a valid
X-SHA2-Signatureheader.- Do note that the signature generation method here may not align with the method used for calling other Binance API endpoints (such as https://fapi.binance.com)
- All endpoints should be called from whitelisted IP addresses.
- Otherwise, it is expected that you would encounter a HTTP
403return code.
- Otherwise, it is expected that you would encounter a HTTP
Was this page helpful?
Last modified on