Skip to main content

noripple_check RPC Method

Loading...

Updated on
Jun 11, 2026

noripple_check RPC Method

Parameters

object
object
REQUIRED
Loading...
account
string
REQUIRED
Loading...
ledger_index
string
Loading...
limit
integer
Loading...
role
string
REQUIRED
Loading...
transactions
boolean
Loading...

Returns

result
object
Loading...
ledger_current_index
integer
Loading...
problems
array
Loading...
transactions
array
Loading...
Account
string
Loading...
Fee
integer
Loading...
Sequence
integer
Loading...
SetFlag
integer
Loading...
TransactionType
string
Loading...
validated
boolean
Loading...
status
string
Loading...
warnings
array
Loading...
id
integer
Loading...
message
string
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": "noripple_check",
6
"params": [
7
{
8
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
9
"ledger_index": "current",
10
"limit": 2,
11
"role": "gateway",
12
"transactions": true
13
}
14
],
15
"id": 1
16
}'
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": "noripple_check",
6
"params": [
7
{
8
"account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
9
"ledger_index": "current",
10
"limit": 2,
11
"role": "gateway",
12
"transactions": true
13
}
14
],
15
"id": 1
16
}'
Response
1
{
2
"result": {
3
"ledger_current_index": 102609807,
4
"problems": [
5
"You should immediately set your default ripple flag",
6
"You should clear the no ripple flag on your USD line to rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
7
"You should clear the no ripple flag on your EUR line to rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun"
8
],
9
"transactions": [
10
{
11
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
12
"Fee": 10,
13
"Sequence": 1406,
14
"SetFlag": 8,
15
"TransactionType": "AccountSet"
16
},
17
{
18
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
19
"Fee": 10,
20
"Flags": 262144,
21
"LimitAmount": {
22
"currency": "USD",
23
"issuer": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
24
"value": "5"
25
},
26
"Sequence": 1407,
27
"TransactionType": "TrustSet"
28
},
29
{
30
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
31
"Fee": 10,
32
"Flags": 262144,
33
"LimitAmount": {
34
"currency": "EUR",
35
"issuer": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun",
36
"value": "1"
37
},
38
"Sequence": 1408,
39
"TransactionType": "TrustSet"
40
}
41
],
42
"validated": false,
43
"status": "success"
44
},
45
"status": "success",
46
"type": "response",
47
"forwarded": true,
48
"warnings": [
49
{
50
"id": 2001,
51
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
52
}
53
]
54
}
1
{
2
"result": {
3
"ledger_current_index": 102609807,
4
"problems": [
5
"You should immediately set your default ripple flag",
6
"You should clear the no ripple flag on your USD line to rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
7
"You should clear the no ripple flag on your EUR line to rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun"
8
],
9
"transactions": [
10
{
11
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
12
"Fee": 10,
13
"Sequence": 1406,
14
"SetFlag": 8,
15
"TransactionType": "AccountSet"
16
},
17
{
18
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
19
"Fee": 10,
20
"Flags": 262144,
21
"LimitAmount": {
22
"currency": "USD",
23
"issuer": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q",
24
"value": "5"
25
},
26
"Sequence": 1407,
27
"TransactionType": "TrustSet"
28
},
29
{
30
"Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
31
"Fee": 10,
32
"Flags": 262144,
33
"LimitAmount": {
34
"currency": "EUR",
35
"issuer": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun",
36
"value": "1"
37
},
38
"Sequence": 1408,
39
"TransactionType": "TrustSet"
40
}
41
],
42
"validated": false,
43
"status": "success"
44
},
45
"status": "success",
46
"type": "response",
47
"forwarded": true,
48
"warnings": [
49
{
50
"id": 2001,
51
"message": "This is a clio server. clio only serves validated data. If you want to talk to rippled, include 'ledger_index':'current' in your request"
52
}
53
]
54
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free