List Payment Agents
Returns a paginated list of active payment agents that support the requested currency. Results include publicly listed agents, plus any agent you've previously received a transfer from even if that agent isn't publicly listed. An optional country filter further restricts to agents that serve that country. Each result includes the agent's profile and its commission rates for the requested currency.
Endpoint
/payment-agents/v1/agentsURL Base: https://api.derivws.com
Códigos de Estado
Respostas de Erro
{
"data": {},
"errors": [
{
"status": 400,
"code": "InputError",
"detail": { "message": "currency is required" }
}
],
"metadata": {
"endpoint": "/payment-agents/v1/agents",
"method": "GET",
"timing": 7
}
}{
"data": {},
"errors": [
{
"status": 403,
"code": "InputError",
"detail": { "message": "The payment scope is required for this endpoint" }
}
],
"metadata": {
"endpoint": "/payment-agents/v1/agents",
"method": "GET",
"timing": 5
}
}Autenticação Necessária
Deriv-App-ID para identificar a sua aplicação. Âmbito OAuth2: paymentAcerca de List Payment Agents
O endpoint GET /payment-agents/v1/agents: Returns a paginated list of active payment agents that support the requested currency. Results include publicly listed agents, plus any agent you've previously received a transfer from even if that agent isn't publicly listed. An optional country filter further restricts to agents that serve that country. Each result includes the agent's profile and its commission rates for the requested currency.
Alguma outra questão? Entrar em contacto