This API specification is currently still in Testnet beta — endpoints and responses may change without notice.
Wei Tools

Wei Tools

#345 v0.1
active
Verified
Merchant
USD
USDC

About

Developer tooling and gas optimization services

Capabilities

orders.create

Place New Order

POST https://api.weitools.dev/opencharge/orders/create

Create and sign a new order for payment.

View full docs

orders.status

View Order Status

GET https://api.weitools.dev/opencharge/orders/{orderId}/status

Check the payment status of an order.

View full docs

transfer.webhook

Receive Transfer Updates

POST https://api.weitools.dev/opencharge/transfer/webhook

Receive signed transfer proofs when payments complete.

View full docs

Settlement

Currencies

USD
USDC
{ "opencharge": "0.1", "name": "Wei Tools", "profile": "Developer tooling and gas optimization services", "icon": "/images/Wei20Converter.avif", "config": { "publicKey": "d67e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b", "endpoint": "https://api.weitools.dev/opencharge", "capabilities": [ "orders.create", "orders.status", "transfer.webhook" ], "settlement": { "currencies": [ "USD", "USDC" ], "accepts": [ 88, 190, 620 ] } }, "kyc": [ 150, 280 ], "signature": "e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6", "contact": "billing@weitools.dev" }
Copy