cURL
curl --request GET \ --url https://app-backend.worldcoin.dev/public/v1/miniapps/prices
{ "result": { "prices": {} } }
Query latest prices of tokens in various fiat currencies.
Comma-separated ISO4217 fiat codes, e.g. USD,EUR,JPY
Comma-separated crypto codes, e.g. USDC,WLD
Prices response
The response is of type object.
object
Was this page helpful?