Payment Agent Statistics
GetAuthentification requise
Returns the aggregate set of countries and currencies covered by at least one active, publicly listed payment agent. Use this to determine which currency and country filter values are meaningful before calling the agent list - results may lag newly onboarded agents by a short period.
Point de terminaison
Get
/payment-agents/v1/agent-statisticsURL de base : https://api.derivws.com
Codes de statut
200OK - Aggregate countries and currencies covered by active payment agents.
401Unauthorized - Invalid or missing authentication.
403Forbidden - Valid token but insufficient scope (payment scope required).
500Internal server error.
504Gateway timeout - Upstream service unavailable.
Réponses d'erreur
401Unauthorized
{
"data": {},
"errors": [
{
"status": 401,
"code": "InputError",
"detail": { "message": "Invalid or missing authentication credentials" }
}
],
"metadata": {
"endpoint": "/payment-agents/v1/agent-statistics",
"method": "GET",
"timing": 4
}
}Authentification requise
Ce point de terminaison nécessite l'en-tête
Deriv-App-ID pour identifier votre application. Portée OAuth2 : paymentÀ propos de Payment Agent Statistics
Le point de terminaison GET /payment-agents/v1/agent-statistics : Returns the aggregate set of countries and currencies covered by at least one active, publicly listed payment agent. Use this to determine which currency and country filter values are meaningful before calling the agent list - results may lag newly onboarded agents by a short period.
D'autres questions ? Nous contacter