📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST path_find

dropdown

方法 RPC path_find 例如 XRP

POST path_find

仅限 WebSocket API! path_find 方法搜索可能进行事务的路径,并在路径随时间变化时定期发送更新。

有关 JSON-RPC 支持的更简单的版本,请参阅ripple_path_find 方法。

对于严格在 XRP 中发生的支付,不需要找到路径,因为 XRP 可以直接发送到任何帐户。

Parameters

-

Request

curl --location --request POST 'https://xrp.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "path_find",
"params": [{}],
"id": "getblock.io"}'


Response

null