Your API access ID provided by Tender Example: "your-access-id-here"
Query Parameters
Page number for pagination Example: 1
Number of records per page Example: 10
Filter by conversion status. Passing pending returns both pending and processing records. Allowed values: pending, processing, completedExample: "completed"
Response
Status of the API request Example: "success"
Human-readable message describing the result Example: "success"
Conversions list and aggregate history Paginated list of conversion records Show conversion properties
Array of conversion objects Unique identifier for the conversion Example: "66aec7de809b7f45c42a49f9"
Merchant associated with the conversion Example: "6538e8f9bdec6d1a21978a64"
Conversion type: crypto (swap) or fiat (payout account) Example: "crypto"
Current status of the conversion Example: "completed"
Source amount Example: "10.5"
Source coin identifier Example: "usdt"
Source chain identifier Example: "ethereum"
Destination chain (crypto swaps only) Example: "solana"
Destination coin (crypto swaps only) Example: "sol"
Lifecycle stages of the conversion Show processingStages properties
Example: { "status": "completed" }
Example: { "status": "completed" }
Example: { "status": "completed" }
Present only for fiat conversions. Example: { "status": "completed" }
ISO 8601 timestamp Example: "2024-09-24T22:20:15.650Z"
Total number of pages Example: 3
Items per page Example: 10
Aggregate totals for all conversion statuses Example: { "total": 25, "completed": 20, "pending": 5 }