Skip to main content
Auth method: Signed (HMAC) — this endpoint requires the full set of signed headers: x-access-id, x-request-id, x-timestamp, and an HMAC-SHA256 authorization signature. See Authentication.

Headers

string
required
Base64-encoded HMAC-SHA256 signature of the request payloadExample: "5e73d044c44d733fcf819ad3409aaad..."
string
required
Current timestamp in ISO 8601 formatExample: "2025-03-15T09:45:53.000Z"
string
required
Unique UUID v4 for the requestExample: "550e8400-e29b-41d4-a716-446655440000"
string
required
Your API access ID provided by TenderExample: "your-access-id-here"
string
required
Example: "application/json"

Body

string
required
Conversion type. Use crypto to swap to another coin/chain, or fiat to convert to a payout account.Allowed values: crypto, fiatExample: "crypto"
string
required
Source blockchain chain IDExample: "ethereum"
string
required
Source coin IDExample: "usdt"
string
required
Amount to convertExample: "100"
string
Destination chain. Required when type is crypto.Example: "solana"
string
Destination coin. Required when type is crypto.Example: "sol"
string
Payout account to receive funds. Required when type is fiat.Example: "66aec7de809b7f45c42a49f9"

Response

string
required
Example: "success"
string
required
Example: "Conversion created successfully"
object
required