GET
/
public
/
v1
/
miniapps
/
prices
Get Prices
curl --request GET \
  --url https://app-backend.worldcoin.dev/public/v1/miniapps/prices
{
  "result": {
    "prices": {}
  }
}

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

The response is of type object.