Skip to main content

Headers

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

Body

type
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"
chain
string
required
Source blockchain chain IDExample: "ethereum"
coin
string
required
Source coin IDExample: "usdt"
amount
string
required
Amount to convertExample: "100"
toChain
string
Destination chain. Required when type is crypto.Example: "solana"
toCoin
string
Destination coin. Required when type is crypto.Example: "sol"
payoutAccountId
string
Payout account to receive funds. Required when type is fiat.Example: "66aec7de809b7f45c42a49f9"

Response

status
string
required
Example: "success"
message
string
required
Example: "Conversion created successfully"
data
object
required