Introduction

The SiloBlockchain API provides access to ledger data, blocks, transactions, nodes, token activity, and digital asset systems.

Ledger API

GET /api/chain-process-ledger.php
Process and return ledger entries
GET /api/chain-process-ledger.php?limit=10

Block API

POST /api/chain-create-block.php
Create a new blockchain block from pending events
POST /api/chain-create-block.php

Transaction API

POST /api/send-token.php
Send tokens between wallets
POST /api/send-token.php

Node API

POST /api/chain-node-pulse.php
Node heartbeat and activity signal
POST /api/chain-node-pulse.php
POST /api/chain-node-validate.php
Node validation endpoint
POST /api/chain-node-validate.php

Token API

GET /api/token-index.php
Return token supply and activity metrics
GET /api/token-index.php

NFT API

POST /api/nft-mint.php
Submit NFT mint request
POST /api/nft-mint.php