Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt

Use this file to discover all available pages before exploring further.

The Liquidity Pool API lets you define and manage exchange rates for stablecoin pairs. This powers FX desk and corridor settlement use cases where you need to offer consistent, programmatically managed rates to counterparties.

What you can do

  • Create a rate for a stablecoin pair
  • Retrieve current and historical rates
  • Update or deactivate rates
  • Reactivate a previously deactivated rate

Endpoints

MethodEndpointDescription
POST/liquidity-pool/ratesCreate a new rate
GET/liquidity-pool/rates/{rateId}Get a rate
PATCH/liquidity-pool/rates/{rateId}Update a rate
POST/liquidity-pool/rates/{rateId}/deactivateDeactivate a rate
POST/liquidity-pool/rates/{rateId}/reactivateReactivate a rate
GET/liquidity-pool/rates/{rateId}/historyGet rate history

Full API Reference

View all liquidity pool endpoints in the API Reference tab.