Developer

BrainArk Mainnet · Chain 1236

Build on-chain
without writing
a single line
of Solidity.

One REST API to issue NFT assets, manage a marketplace, stream on-chain events, and stake — all on BrainArk's EVM chain. Free to start, production-ready in minutes.

View Documentation
Free plan, no card needed
Write API open on all tiers
No Web3 knowledge required
29 asset types pre-registered
issue-asset.sh
# Issue a tokenized asset in one request
curl -X POST https://rwa.brainark.online/
api/v1/write/issue-asset \
-H 'Authorization: Bearer rwa_live_•••' \
-H 'Content-Type: application/json' \
-d '{"assetType":"Real Estate",
"name":"Dubai Marina Unit 4B",
"stakedAmount":"5.0"}'

# Response — 200 OK
{
"success": true,
"tokenId": 109,
"owner": "0x22AB9ef1...",
"txHash": "0x4f3a8c21..."
}
109+
Assets Issued
29+
Asset Types
15
REST Endpoints
<2s
Avg Block Time
4
Access Tiers
Use Cases

What can you build?

Any product that needs provable ownership, on-chain transfers, or tokenized value — powered by a single API key.

Tokenize Real-World Assets
Issue any physical or digital asset as an NFT — tickets, memberships, real estate, collectibles. One POST request, no gas management.
Marketplace & Storefronts
List, buy, and delist assets programmatically. Build a branded storefront backed by BrainArk's on-chain order book and escrow.
Read Live Chain Data
Query asset ownership, staking status, BAK balances, and campaign data — from any backend or frontend without running a node.
Webhooks & Events
Subscribe to on-chain events — asset issued, sold, claimed, unstaked — and receive real-time HTTP callbacks to drive your business logic.
Integration

From zero to on-chain in 4 steps

1
Create an API key
Connect your wallet, pick a plan, and get your key instantly. The free tier is always available — no payment required.
2
Add the auth header
Include Authorization: Bearer <key> on every request to any endpoint. No SDK or library needed.
3
Call the API
Use any language — JS, Python, curl, Go. Standard REST with JSON. Consistent error shapes across all endpoints.
4
Ship your product
Issue assets, manage listings, read ownership. Your UX, your product — BrainArk handles contracts and gas.
Mainnet Live
RPChttps://rpc.brainark.online
Chain ID1236
SymbolBAK
VMEVM / Solidity
Endpoints

API Reference

Full OpenAPI 3.1 spec and Postman collection included. All endpoints return consistent JSON with standard error shapes.

Base — rwa.brainark.online/api/v1/

GET/status
GET/bak-price
GET/assets
GET/assets/{id}
GET/nft/{id}
GET/marketplace
GET/marketplace/{id}
POST/write/issue-asset
POST/write/batch-issue
POST/write/transfer
POST/write/marketplace/list
POST/write/marketplace/buy
POST/write/marketplace/delist
POST/write/register-asset-type
Issue Asset
Read Assets
List on Market
# POST /write/issue-asset
curl -X POST https://rwa.brainark.online/
api/v1/write/issue-asset \
-H 'Authorization: Bearer rwa_live_•••' \
-H 'Content-Type: application/json' \
-d '{"assetType":"Art","name":"Monet #7",
"stakedAmount":"1.0"}'
# Response — 200 OK
{
"success": true,
"tokenId": 110,
"owner": "0x22AB9ef1...",
"txHash": "0x9c7f4e2b..."
}
Pricing

Simple, transparent plans

Every plan includes the full API surface — read, write, marketplace, and webhooks. Upgrade only for higher throughput.

Free
$0
forever

10 req/min · 5k req/day
Read API
Write API (issue, transfer)
Marketplace API
Webhooks
Custodial wallet
Custom org scopes
Basic
$10
per month

300 req/min · 50k req/day
Read API
Write API (issue, transfer)
Marketplace API
Webhooks
Custodial wallet
Custom org scopes
Most Popular
Pro
$99
per month

1,000 req/min · 500k req/day
Read API
Write API (issue, transfer)
Marketplace API
Webhooks
Custodial wallet
Custom org scopes
Enterprise
$499
per month

10,000 req/min · 10M req/day
Read API
Write API (issue, transfer)
Marketplace API
Webhooks
Custodial wallet
Custom org scopes
Quick linksAPI DocsEnterprise ConsoleBlock Explorer ↗
Your API Keys
Click "Reveal" on any card to view your full key string.
Loading wallet...