Skip to main content

account_offers RPC Method

Loading...

Updated on
Jun 11, 2026

account_offers RPC Method

Parameters

object
object
REQUIRED
Loading...
account
string
REQUIRED
Loading...

Returns

result
object
Loading...
account
string
Loading...
limit
integer
Loading...
ledger_hash
string
Loading...
ledger_index
integer
Loading...
ledger_current_index
integer
Loading...
offers
array
Loading...
flags
integer
Loading...
quality
string
Loading...
seq
integer
Loading...
taker_gets
string
Loading...
taker_pays
string
Loading...
validated
boolean
Loading...
status
string
Loading...
marker
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": "account_offers",
6
"params": [
7
{
8
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn"
9
}
10
],
11
"id": 1
12
}'
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": "account_offers",
6
"params": [
7
{
8
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn"
9
}
10
],
11
"id": 1
12
}'
Response
1
{
2
"result": {
3
"ledger_hash": "7735091DF9F32511F41AD963A8BDE4AF24B27D3AA3946903A31E3CFF2B948217",
4
"ledger_index": 102609804,
5
"validated": true,
6
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
7
"offers": [
8
{
9
"seq": 359,
10
"flags": 0,
11
"quality": "0.0000001",
12
"taker_pays": {
13
"currency": "FOO",
14
"issuer": "rUpy3eEg8rqjqfUoLeBnZkscbKbFsKXC3v",
15
"value": "100"
16
},
17
"taker_gets": "1000000000"
18
}
19
],
20
"status": "success"
21
},
22
"warnings": [
23
{
24
"id": 2001,
25
"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"
26
}
27
]
28
}
1
{
2
"result": {
3
"ledger_hash": "7735091DF9F32511F41AD963A8BDE4AF24B27D3AA3946903A31E3CFF2B948217",
4
"ledger_index": 102609804,
5
"validated": true,
6
"account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
7
"offers": [
8
{
9
"seq": 359,
10
"flags": 0,
11
"quality": "0.0000001",
12
"taker_pays": {
13
"currency": "FOO",
14
"issuer": "rUpy3eEg8rqjqfUoLeBnZkscbKbFsKXC3v",
15
"value": "100"
16
},
17
"taker_gets": "1000000000"
18
}
19
],
20
"status": "success"
21
},
22
"warnings": [
23
{
24
"id": 2001,
25
"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"
26
}
27
]
28
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free