Skip to main content
Blink home page
Guides
API Reference
App
Start Trading
Start Trading
Search...
Search...
Navigation
orders
Get order by ID
health
GET
Health check - GET /
GET
Liveness probe - just checks if the process is running
GET
Readiness probe - checks if the service can handle traffic
GET
Get time
auth
POST
Create new API credentials (L1 EIP-712 auth)
GET
Derive existing API credentials (L1 EIP-712 auth)
account
GET
Get balance and allowance for a user - GET /balance-allowance
GET
GET /wallet-status?address=0x...
market-data
GET
Get book
GET
Get unified orderbook - GET /book/unified
GET
Get last trade price
GET
Get midpoint
GET
Get price
GET
Get spread
GET
Get tick size
trading
DEL
Delete cancel all
GET
Get single order - GET /data/order/:id
GET
Get dataorders
GET
Get datatrades
DEL
Cancel order - DELETE /order
DEL
Cancel multiple orders by ID - DELETE /orders
faucet
POST
POST /faucet/claim — mint TestUSDC to a user address
POST
POST /v1/permit — relay a signed EIP-2612 permit to set USDC allowance
POST
POST /v1/prefund-ctf-approval — sponsor ETH so user can call setApprovalForAll
markets
GET
List markets
GET
Get market by ID
GET
Get order book for a market
orders
GET
List orders with filters
POST
Submit a signed order
GET
Get order by ID
users
GET
Get user profile summary (public)
GET
GET /users/:address/activity — unified activity feed
GET
Get user's on-chain history from blockchain indexer
GET
Get user orders from DATABASE (our matching engine state)
GET
GET /users/:address/portfolio-history — portfolio milestones for frontend chart
GET
GET /users/:address/positions — on-chain CTF token balances for active markets.
GET
Get user redemption history from DATABASE
GET
Get user trades from DATABASE (our matching engine history)
Get order by ID
cURL
curl --request GET \ --url https://api.blink15.com/orders/{id}
orders
Get order by ID
GET
https://api.blink15.com
http://localhost:3001
/
orders
/
{id}
Try it
Get order by ID
cURL
curl --request GET \ --url https://api.blink15.com/orders/{id}
Path Parameters
id
string<uuid>
required
Order ID
Response
200
Order found
Submit a signed order
Get user profile summary (public)
⌘I
Assistant
Responses are generated using AI and may contain mistakes.