List AML providers with prices
GET
/aml/providers
Prices already include reseller discounts where applicable, and the TRX price is recalculated at the current rate.
Authorizations
ApiKeyAuth
API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.
Type
API Key (header: X-API-KEY)
Responses
Providers and their prices.
application/json
JSON "success": true, "data": { "providers": [ { "provider": "string", "price_usdt": 0, "price_trx": 0, "available": true, "reason": "string" } ], "trx_rate_usd": 0, "supported_formats": [ "string" ], "supported_languages": [ "string" ] }, "timestamp": "string"
{
}