Skip to main content
GET
/
public
/
v1
/
miniapps
/
prices
Get Prices
curl --request GET \
  --url https://developer.worldcoin.org/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

result
object