Skip to main content
GET
Advisory agent escrow status

Path Parameters

payer
string
required

Payer identity (base58 Ed25519 pubkey)

Example:

"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"

Query Parameters

signatures_required
integer
default:1

Quorum used for the price quote

Example:

3

Response

Escrow status

Advisory on-chain escrow state for one payer at this gateway.

payer
string

Payer pubkey (base58).

gateway
string

Settling gateway PDA (base58).

escrow
string

Agent escrow PDA derived from (payer, gateway).

exists
boolean

Whether the escrow account has been created on-chain.

authority
string

Ed25519 signer authorized to submit agent rounds.

status
string

Escrow status (Active or Paused).

Example:

"Active"

ataAddress
string

USDC associated token account for the escrow PDA.

ataExists
boolean

Whether the escrow ATA has been created.

ataBalance
string

Total USDC balance in the ATA (atomic units, decimal string).

Example:

"2060"

committedAmount
string

USDC reserved by unsettled rounds (atomic units, decimal string).

Example:

"1030"

quotedNextPrice
string

Price for the next round at the requested quorum (atomic units).

Example:

"1030"

unsettledRounds
integer

Count of served rounds awaiting on-chain settlement.

Example:

1