Skip to main content
GET
/
public
/
v1
/
miniapps
/
prices
Get Prices
curl --request GET \
  --url https://app-backend.toolsforhumanity.com/public/v1/miniapps/prices
{
  "result": {
    "prices": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://tfh-murph-idkit-intro.mintlify.app/llms.txt

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

Query Parameters

fiatCurrencies
string
required

Comma-separated ISO4217 fiat codes, e.g. USD,EUR,JPY

cryptoCurrencies
string
required

Comma-separated crypto codes, e.g. USDC,WLD

Response

200 - application/json

Prices response

result
object