Ir al contenido principal

path_find RPC Method

Cargando...

Actualizado el
11 de junio de 2026

path_find RPC Method

A client can only have one pathfinding request open at a time. If another pathfinding request is already open on the same connection, the old request is automatically closed and replaced with the new request.

Parámetros

Este método no admite ningún parámetro

Devoluciones

resultado
objeto
Cargando...
alternativas
matriz
Cargando...
paths_computed
matriz
Cargando...
source_amount
cadena
Cargando...
importe_destino
cadena
Cargando...
cuenta_de_destino
cadena
Cargando...
importe_destino
cadena
Cargando...
cuenta_de_origen
cadena
Cargando...
respuesta_completa
booleano
Cargando...
advertencias
matriz
Cargando...
id
entero
Cargando...
mensaje
cadena
Cargando...
Solicitud
Respuesta
1
{
2
«jsonrpc»: "2.0",
3
«id»: 1,
4
"result": {
5
"result": {
6
"alternatives": [
7
{
8
"paths_computed": [],
9
"source_amount": "example_value",
10
"destination_amount": "example_value"
11
}
12
],
13
"destination_account": "example_value",
14
"destination_amount": "example_value",
15
"source_account": "example_value",
16
"full_reply": false
17
},
18
"warnings": [
19
{
20
"id": 1,
21
"message": "example_value"
22
}
23
]
24
}
25
}
1
{
2
«jsonrpc»: "2.0",
3
«id»: 1,
4
"result": {
5
"result": {
6
"alternatives": [
7
{
8
"paths_computed": [],
9
"source_amount": "example_value",
10
"destination_amount": "example_value"
11
}
12
],
13
"destination_account": "example_value",
14
"destination_amount": "example_value",
15
"source_account": "example_value",
16
"full_reply": false
17
},
18
"warnings": [
19
{
20
"id": 1,
21
"message": "example_value"
22
}
23
]
24
}
25
}
¿Aún no tienes una cuenta?
Crea tu punto de conexión de Quicknode en cuestión de segundos y empieza a desarrollar
Empieza gratis