Last updated 2 days ago
Retrieves a position by its identifier.
The unique identifier of the position.
The position data matching the given identifier.
const response = await fetch('https://indexer-dev.saturnbtc.io/v0/position/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "pool_pubkey": "text", "owner": "text", "liquidity": "text" }