REST API
No SDK needed — the platform is fully integrable with plain HTTP from any language.
| Sandbox | https://rwa-api-sandbox.tbook.com/v1 |
| Production | https://rwa-api.tbook.com/v1 |
curl -H "Authorization: Bearer tbk_test_YOUR_KEY" \
https://rwa-api-sandbox.tbook.com/v1/assets
Start here:
- Quickstart — the full loop in eight curl commands.
- Conventions — errors, idempotency, pagination, amounts.
- API Reference — every endpoint, field by field.
The only part HTTP cannot do alone is signing: build endpoints return unsigned transactions in sui:tx-bytes-base64 format (the frozen legacy Solana rail uses solana:tx-base58), which your WaaS provider, backend keypair, or multisig signs and submits. See Custody & WaaS Signing for the signing recipe (Turnkey and Privy verified end-to-end) and Transactions for the format.