icon API Usage Summary

The PolarBlocks API is designed to be user-friendly and comprehensive, covering various blockchain operations. Here are some key features and how to use them:

Authentication: Use your API Key and Secret Key to authenticate your requests. Ensure that these keys are kept secure and not shared publicly.

Transactions: Manage blockchain transactions including creation, confirmation, and querying transaction details. Utilize endpoints for both income and outcome transactions to keep track of your blockchain activities.

Events and Requests: Monitor and handle blockchain events and requests. These endpoints help you stay updated with real-time blockchain activities and automate responses.

Callback URLs: Configure your callback and confirmation URLs to receive notifications about transaction statuses and confirmations directly to your specified endpoints.

Historical Data: Access historical blockchain data to analyze trends and generate reports. This is crucial for maintaining records and performing data analytics.

icon Getting Started

To get started with the PolarBlocks API:

Sign up for an account on our platform.

Obtain your API Key and Secret Key from the dashboard.

Refer to the Swagger documentation for detailed information on each endpoint, including required parameters and response formats.

Start making requests using your preferred programming language. You can use our SDKs or directly interact with the API using tools like Postman.

For any issues or questions, refer to our comprehensive FAQ section or contact our support team.

icon Detailed API Methods

BlockchainManager Methods

POST /api/BlockchainManager/SetScanningPoint: Set the scanning point in the blockchain for monitoring.

POST /api/BlockchainManager/ScanBlocksInRange: Scan blocks within a specified range for transactions or events.