๐ŸŒOverview

Welcome to the Spot On Chain API Integration.

Spot On Chain platform provides a full set of APIs for the premium accounts to power your applications. Subscribe to our premium plans to get the API key.

API Request Format:

Domain: https://api.spotonchain.com/

Request type: GET

Content-Type: multipart/form-data

API Response Format:

Http status = 200 (other error codes need to be retry)

Json data in body:

{โ€œresultโ€: result_code, โ€œdataโ€: //json_format_define_in_api//}

Common Result Code:

error_param

error_server

error_authentication_required

error_invalid_signature

error_token_expired

error_pending_txn

error_banned_access

error_low_credit

error_unsupported_chain

Sample:

https://api.spotonchain.com/openapi/smart_trader/get_latest_smart_money_flow?api_key=xxxxxx&token=LINK

Response:

Last updated