Kasplex Indexer API

Learn about the usage of Kasplex API

Note: We are in the Closed Beta stage, so the API may undergo incompatible changes in the future.

Public API Entrance:

Network
Endpoint

Kasplex API TN11 Testnet

https://tn11api.kasplex.org/v1

Kasplex API TN10 Testnet

https://tn10api.kasplex.org/v1

Kasplex API Mainnet(Under development)

https://api.kasplex.org/v1

API Request Method

HTTP/GET

Response Code

code
Notes

200

Success. Return data is in JSON format.

403

Failed. Check error details in 'message' field.

404

Failed. Usually due to invalid URL or network error.

Response Fields

Name
Description

message

Strings. Messages returned by interfaces, such as "successful".

result

Single object or object array, result data returned by interfaces, refer to various APIs.

Last updated