GET /v1/min-amount
Returns the minimum payment amount for a given currency. No authentication required.
Request
Section titled “Request”GET /v1/min-amount?currency_from={currency}¤cy_to={currency}Query Parameters
Section titled “Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
currency_from | string | Yes | Currency to check minimum for |
currency_to | string | No | Target currency (defaults to usd) |
Example
Section titled “Example”curl "https://api.nearpayments.io/v1/min-amount?currency_from=btc"Response
Section titled “Response”{ "currency_from": "btc", "currency_to": "usd", "min_amount": 0.0000105, "fiat_equivalent": 1.00}