Skip to main content

deposit_authorized RPC Method

Loading...

Updated on
Jun 11, 2026

deposit_authorized RPC Method

Parameters

object
object
REQUIRED
Loading...
source_account
string
REQUIRED
Loading...
destination_account
string
REQUIRED
Loading...
ledger_index
string
Loading...

Returns

result
object
Loading...
deposit_authorized
boolean
Loading...
destination_account
string
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
source_account
string
Loading...
status
string
Loading...
validated
boolean
Loading...
Request
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "deposit_authorized",
6
"params": [
7
{
8
"source_account": "SOURCE_ACCOUNT_ADDRESS",
9
"destination_account": "rsUiUMpnrgxQp24dJYZDhmV4bE3aBtQyt8",
10
"ledger_index": "current"
11
}
12
],
13
"id": 1
14
}'
1
curl -X POST "https://docs-demo.xrp-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "deposit_authorized",
6
"params": [
7
{
8
"source_account": "SOURCE_ACCOUNT_ADDRESS",
9
"destination_account": "rsUiUMpnrgxQp24dJYZDhmV4bE3aBtQyt8",
10
"ledger_index": "current"
11
}
12
],
13
"id": 1
14
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"deposit_authorized": false,
6
"destination_account": "example_value",
7
"ledger_hash": "example_value",
8
"ledger_index": 1,
9
"source_account": "example_value",
10
"status": "example_value",
11
"validated": false
12
}
13
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"deposit_authorized": false,
6
"destination_account": "example_value",
7
"ledger_hash": "example_value",
8
"ledger_index": 1,
9
"source_account": "example_value",
10
"status": "example_value",
11
"validated": false
12
}
13
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free