Get Fee Schedule
get_feesRetrieve current fees, accepted payment assets, free-tier rules, and escrow limits before calling paid endpoints. Avoid hard-coded values by checking this single source of truth.
Instructions
Return the current fee schedule, accepted payment assets, free-tier rules, and escrow limits.
Call this before calling any paid endpoint. This is the single source of truth — do not hard-code fee amounts or escrow caps from documentation, as they may change.
Returns:
audit_fee: USD amount, accepted assets (XRP/RLUSD on XRPL, USDC on Base), destination addresses, current XRP amount at live price, fee_hash field name and format
free_tier: free audit count, minimum trust score required, how to check your score
escrow_limits: default cap ($3,000 USD), KYC cap ($10,000 USD), Travel Rule warn threshold
free_endpoints: endpoints that never require payment
paid_endpoints: endpoints that require a fee_hash or X-PAYMENT header
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||