/v1/testnet/amm/{account}
A Testnet AMM pool by its account
Request
https://api.xrpl.to/v1/testnet/amm/rEc17YM54zCGkzHfnNGtrp1dR31ACUYhep| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/testnet/amm/rEc17YM54zCGkzHfnNGtrp1dR31ACUYhep'
Response
https://api.xrpl.to/v1/testnet/amm/rEc17YM54zCGkzHfnNGtrp1dR31ACUYhep{ "success": true, "took": 1, "pool": { "_id": "rEc17YM54zCGkzHfnNGtrp1dR31ACUYhep", "deleted": false, "firstSeen": 1789944340000, "ledger": 20930535, "spot": 0.6960572959636605, "time": 1789975862000, "token": { "currency": "524C555344000000000000000000000000000000", "issuer": "rNuFETH1NSTxZQYmDvPWdMF8dD3FbTzbmP", "value": 27814.59723541317 }, "xrp": 19360.55334 } }
{ pool }
What it does
A Testnet AMM pool by its account