TronZap Wallet Orders API

Fully public, unauthenticated Orders API for non-custodial wallet integrations. Four operations — POST /v1/orders/calculate (a true dry run whose total is guaranteed to equal the order amount), POST /v1/orders (returns a deposit address, an exact TRX amount and a ttl, typically 3600s), POST /v1/orders/check and POST /v1/orders/cancel. The provider states "No authentication headers are required. The Orders API is fully public"; only Content-Type and Accept are needed, and an optional referral_code carries partner commission. It is the only TronZap surface with a documented rate limit (1 request/second/IP, HTTP 429, no Retry-After — observed live 2026-08-30) and the only one with a documented reversal path (cancel while the order is still in `new` status). Orders move through new, paid, processing, completed, failed, cancelled, expired. Documented at docs-wallets.tronzap.com; no SDK covers it and llms.txt does not mention it. No OpenAPI. Verified 2026-08-30.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/tronzap-wallet-orders-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: TronZap Wallet Orders API
description: Fully public, unauthenticated Orders API for non-custodial wallet integrations. Four operations
  — POST /v1/orders/calculate (a true dry run whose total is guaranteed to equal the order amount), POST
  /v1/orders (returns a deposit address, an exact TRX amount and a ttl, typically 3600s), POST /v1/orders/check
  and POST /v1/orders/cancel. The provider states "No authentication headers are required. The Orders
  API is fully public"; only Content-Type and Accept are needed, and an optional referral_code carries
  partner commission. It is the only TronZap surface with a documented rate limit (1 request/second/IP,
  HTTP 429, no Retry-After — observed live 2026-08-30) and the only one with a documented reversal path
  (cancel while the order is still in `new` status). Orders move through new, paid, processing, completed,
  failed, cancelled, expired. Documented at docs-wallets.tronzap.com; no SDK covers it and llms.txt does
  not mention it. No OpenAPI. Verified 2026-08-30.
humanURL: https://docs-wallets.tronzap.com/api/
baseURL: https://api.tronzap.com/v1/
tags:
- Blockchain
- Cryptocurrency
- TRON
- DeFi infrastructure
- Stablecoins
- USDT
- TRC-20
- Resource marketplace
- Payments
- Web3
- Wallets
- Embedded Finance
- Developer Tools
tags_raw:
- Blockchain
- Cryptocurrency
- TRON
- DeFi infrastructure
- Stablecoin
- USDT
- TRC-20
- Resource marketplace
- Payments
- Web3
- Wallets
- Embedded finance
- Developer Tools
properties:
- type: Documentation
  url: https://docs-wallets.tronzap.com/
- type: APIReference
  url: https://docs-wallets.tronzap.com/api/
- type: GettingStarted
  url: https://docs-wallets.tronzap.com/getting-started.html