Integrate with the FINSEC blockchain using our RESTful API
Register for an API key to authenticate your requests
Use our RESTful endpoints to query blockchain data
Receive structured JSON data for easy integration
https://api.finsec.zw/v1curl -X GET "https://api.finsec.zw/v1/transactions?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"/api/v1/transactionsList all transactions with pagination
/api/v1/transactions/:idGet transaction details by ID
/api/v1/assetsList all registered assets
/api/v1/assets/:idGet asset details by ID
/api/v1/blocksList recent blocks
/api/v1/blocks/:numberGet block details by number
/api/v1/wallets/:addressGet wallet balance and history
/api/v1/network/statusGet network health and node status