Skip to main content

Getting Started

Tender API is a RESTful service that accepts and returns JSON. All requests must be made over HTTPS and authenticated using HMAC signatures. To get started, create a Tender account and obtain your API credentials from the dashboard. Base URL
https://secureapi.tender.cash
Sandbox URL
https://sandbox-api.tender.cash
All documented endpoints are prefixed with v1/api/....

HTTP Status Codes

CodeDescriptionDefinition
200OKEverything worked as expected
400Bad RequestRequest could not be processed, often due to missing or invalid parameters
401UnauthorizedCould not complete authorization due to missing key, invalid key or invalid HMAC signature
404Not FoundResource does not exist
409ConflictRequest conflicts with another request
422Unprocessable EntityPayload validation error
429Too Many RequestsYou are sending too many requests
5xxServer ErrorAn unexpected error happened while processing the request

Supported Blockchains

Tender supports multiple blockchain networks for cryptocurrency payments:
BlockchainChain IDNative TokenStatus
EthereumethereumETHActive
Avalanche C-ChainavalancheAVAXActive
BNB Smart ChainbscBSCActive
PolygonpolygonMATICActive
BitcoinbitcoinBTCActive
TRONtronTRONActive
SolanasolSOLActive
AptosaptosAPTOSActive
Movementmove-1, move-2MOVEActive

Supported Cryptocurrencies

Each blockchain supports various cryptocurrencies including native tokens and stablecoins (USDC, USDT). Use the Fetch Chains and Fetch Currencies endpoints to get the complete list of supported currencies and their configurations.

API Endpoint Groups

The API is organized into the following groups:
  • Agents & Businesses: Create and manage agents (sub-businesses) associated with your merchant account
  • Payment: Initiate and validate cryptocurrency payment transactions
  • System: Retrieve system configuration including supported chains, currencies, and exchange rates
  • Webhooks: Configure webhook endpoints and monitor delivery logs for real-time event notifications

Need Integration Support?

For support, reach out to our team at support@tender.cash.