{"x402Version":2,"payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","resources":[{"id":7117,"slug":"7117","resource":"https://wallet-services-poc-clean-mainnet.3hz-services.workers.dev/weather","description":"Global weather forecast for latitude and longitude. Returns the forecast valid now, all available hourly forecast points, and the extended forecast in native 6-hour periods without inventing hourly precision. Data source: MET Norway Locationforecast 2.0.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lat":0,"lon":0},"type":"http"},"output":{"example":{"current_forecast":{"apparent_temperature_c":15.7,"cloud_cover_pct":49.2,"condition":"partlycloudy_day","dew_point_c":5.2,"fog_pct":0,"humidity_pct":49.3,"precipitation_next_1h_mm":0,"pressure_hpa":1019.1,"temperature_c":15.7,"time":"2026-09-17T08:00:00Z","uv_index_clear_sky":1.3,"wind_direction_deg":39.8,"wind_speed_mps":4.1},"fetched_at":"2026-09-17T09:01:24Z","forecast_horizon":{"first_time":"2026-09-17T08:00:00Z","hourly_points_returned":64,"last_time":"2026-09-26T12:00:00Z","six_hour_periods_returned":26},"hourly_forecast":[{"apparent_temperature_c":17.3,"cloud_cover_pct":57.8,"condition":"partlycloudy_day","humidity_pct":45.4,"precipitation_mm":0,"temperature_c":17.3,"time":"2026-09-17T09:00:00Z","wind_direction_deg":42.3,"wind_speed_mps":3.9}],"location":{"latitude":0,"longitude":0},"six_hour_periods":[{"apparent_temperature_at_start_c":20.3,"condition":"clearsky_night","end_time":"2026-09-20T06:00:00Z","humidity_at_start_pct":51.5,"precipitation_mm":0,"start_time":"2026-09-20T00:00:00Z","temperature_at_start_c":20.3,"temperature_max_c":20.8,"temperature_min_c":17.3,"wind_direction_at_start_deg":137.4,"wind_speed_at_start_mps":3}],"source":{"attribution":"Weather forecast data from MET Norway","product":"Locationforecast 2.0 Complete","provider":"MET Norway"},"source_updated_at":"2026-09-17T08:18:55Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"lat":{"description":"Latitude in decimal degrees","maximum":90,"minimum":-90,"type":"number"},"lon":{"description":"Longitude in decimal degrees","maximum":180,"minimum":-180,"type":"number"}},"required":["lat","lon"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","queryParams"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"current_forecast":{"type":"object"},"fetched_at":{"type":"string"},"forecast_horizon":{"type":"object"},"hourly_forecast":{"type":"array"},"location":{"type":"object"},"six_hour_periods":{"type":"array"},"source":{"type":"object"},"source_updated_at":{"type":["string","null"]}},"required":["location","current_forecast","hourly_forecast","six_hour_periods","forecast_horizon","source","source_updated_at","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean-mainnet.3hz-services.workers.dev","lastUpdated":"2026-09-17T09:41:33.618Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T09:41:33.29Z"},"liveness":{},"verified":false,"featured":false},{"id":7118,"slug":"7118","resource":"https://wallet-services-poc-clean-mainnet.3hz-services.workers.dev/verified-random","description":"Cryptographically verifiable random integer generated from the public drand Quicknet randomness beacon. Choose inclusive min and max values. The response includes the drand round, randomness and signature so the result can be independently checked.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"max":100,"min":1},"type":"http"},"output":{"example":{"algorithm":"value = min + (randomness mod (max-min+1))","chain_hash":"52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971","fetched_at":"2026-09-17T09:00:00.000Z","max":100,"min":1,"randomness":"b5b9f9cd19fdebe3d36edd5f18d8de507f3d66809e8bb40aa7cd3cba0d086dcd","round":32275886,"signature":"865671cf8df1a34d9e2fbc98f5dafb1cfda0d3fd0c2053a8eca1ab99a1f99361b3b9ee290c6038f7ddb4996504accf6b","source":"drand Quicknet","value":78},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"max":{"default":100,"description":"Inclusive maximum integer","type":"integer"},"min":{"default":1,"description":"Inclusive minimum integer","type":"integer"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"algorithm":{"type":"string"},"chain_hash":{"type":"string"},"fetched_at":{"type":"string"},"max":{"type":"integer"},"min":{"type":"integer"},"randomness":{"type":"string"},"round":{"type":"integer"},"signature":{"type":"string"},"source":{"type":"string"},"value":{"type":"integer"}},"required":["value","min","max","round","randomness","signature","source","chain_hash","algorithm","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean-mainnet.3hz-services.workers.dev","lastUpdated":"2026-09-17T08:26:05.17Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T08:26:04.902Z"},"liveness":{},"verified":false,"featured":false},{"id":7119,"slug":"7119","resource":"https://wallet-services-poc-clean-mainnet.3hz-services.workers.dev/fx-rate","description":"Daily reference foreign-exchange rate for any supported fiat currency pair using Frankfurter/ECB reference data. Query base and quote ISO 4217 codes. For conversion, normalization, accounting and reporting; not live trading data.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"base":"EUR","quote":"USD"},"type":"http"},"output":{"example":{"base":"EUR","date":"2026-09-16","fetched_at":"2026-09-16T12:00:00.000Z","quote":"USD","rate":1.1549,"rate_type":"daily_reference","source":"Frankfurter","source_url":"https://api.frankfurter.dev/v2/rate/EUR/USD"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"base":{"default":"EUR","description":"Three-letter base currency code","pattern":"^[A-Za-z]{3}$","type":"string"},"quote":{"default":"USD","description":"Three-letter quote currency code","pattern":"^[A-Za-z]{3}$","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"base":{"type":"string"},"date":{"type":"string"},"fetched_at":{"type":"string"},"quote":{"type":"string"},"rate":{"type":"number"},"rate_type":{"type":"string"},"source":{"type":"string"},"source_url":{"type":"string"}},"required":["base","quote","rate","date","source","source_url","rate_type","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean-mainnet.3hz-services.workers.dev","lastUpdated":"2026-09-16T21:30:38.932Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T21:30:38.713Z"},"liveness":{},"verified":false,"featured":false},{"id":7127,"slug":"7127","resource":"https://wallet-services-poc-clean.3hz-services.workers.dev/weather","description":"Global weather forecast for latitude and longitude. Returns the forecast valid now, all available hourly forecast points, and the extended forecast in native 6-hour periods without inventing hourly precision. Data source: MET Norway Locationforecast 2.0.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:84532","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lat":0,"lon":0},"type":"http"},"output":{"example":{"current_forecast":{"apparent_temperature_c":15.7,"cloud_cover_pct":49.2,"condition":"partlycloudy_day","dew_point_c":5.2,"fog_pct":0,"humidity_pct":49.3,"precipitation_next_1h_mm":0,"pressure_hpa":1019.1,"temperature_c":15.7,"time":"2026-09-17T08:00:00Z","uv_index_clear_sky":1.3,"wind_direction_deg":39.8,"wind_speed_mps":4.1},"fetched_at":"2026-09-17T09:01:24Z","forecast_horizon":{"first_time":"2026-09-17T08:00:00Z","hourly_points_returned":64,"last_time":"2026-09-26T12:00:00Z","six_hour_periods_returned":26},"hourly_forecast":[{"apparent_temperature_c":17.3,"cloud_cover_pct":57.8,"condition":"partlycloudy_day","humidity_pct":45.4,"precipitation_mm":0,"temperature_c":17.3,"time":"2026-09-17T09:00:00Z","wind_direction_deg":42.3,"wind_speed_mps":3.9}],"location":{"latitude":0,"longitude":0},"six_hour_periods":[{"apparent_temperature_at_start_c":20.3,"condition":"clearsky_night","end_time":"2026-09-20T06:00:00Z","humidity_at_start_pct":51.5,"precipitation_mm":0,"start_time":"2026-09-20T00:00:00Z","temperature_at_start_c":20.3,"temperature_max_c":20.8,"temperature_min_c":17.3,"wind_direction_at_start_deg":137.4,"wind_speed_at_start_mps":3}],"source":{"attribution":"Weather forecast data from MET Norway","product":"Locationforecast 2.0 Complete","provider":"MET Norway"},"source_updated_at":"2026-09-17T08:18:55Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"lat":{"description":"Latitude in decimal degrees","maximum":90,"minimum":-90,"type":"number"},"lon":{"description":"Longitude in decimal degrees","maximum":180,"minimum":-180,"type":"number"}},"required":["lat","lon"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","queryParams"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"current_forecast":{"type":"object"},"fetched_at":{"type":"string"},"forecast_horizon":{"type":"object"},"hourly_forecast":{"type":"array"},"location":{"type":"object"},"six_hour_periods":{"type":"array"},"source":{"type":"object"},"source_updated_at":{"type":["string","null"]}},"required":["location","current_forecast","hourly_forecast","six_hour_periods","forecast_horizon","source","source_updated_at","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean.3hz-services.workers.dev","lastUpdated":"2026-09-17T09:16:28.411Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T09:16:28.253Z"},"liveness":{},"verified":false,"featured":false},{"id":7128,"slug":"7128","resource":"https://wallet-services-poc-clean.3hz-services.workers.dev/verified-random","description":"Cryptographically verifiable random integer generated from the public drand Quicknet randomness beacon. Choose inclusive min and max values. The response includes the drand round, randomness and signature so the result can be independently checked.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:84532","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"max":100,"min":1},"type":"http"},"output":{"example":{"algorithm":"value = min + (randomness mod (max-min+1))","chain_hash":"52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971","fetched_at":"2026-09-17T09:00:00.000Z","max":100,"min":1,"randomness":"b5b9f9cd19fdebe3d36edd5f18d8de507f3d66809e8bb40aa7cd3cba0d086dcd","round":32275886,"signature":"865671cf8df1a34d9e2fbc98f5dafb1cfda0d3fd0c2053a8eca1ab99a1f99361b3b9ee290c6038f7ddb4996504accf6b","source":"drand Quicknet","value":78},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"max":{"default":100,"description":"Inclusive maximum integer","type":"integer"},"min":{"default":1,"description":"Inclusive minimum integer","type":"integer"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"algorithm":{"type":"string"},"chain_hash":{"type":"string"},"fetched_at":{"type":"string"},"max":{"type":"integer"},"min":{"type":"integer"},"randomness":{"type":"string"},"round":{"type":"integer"},"signature":{"type":"string"},"source":{"type":"string"},"value":{"type":"integer"}},"required":["value","min","max","round","randomness","signature","source","chain_hash","algorithm","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean.3hz-services.workers.dev","lastUpdated":"2026-09-17T07:55:02.313Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T07:55:02.064Z"},"liveness":{},"verified":false,"featured":false},{"id":7129,"slug":"7129","resource":"https://wallet-services-poc-clean.3hz-services.workers.dev/fx-rate","description":"Daily reference foreign-exchange rate for any supported fiat currency pair using Frankfurter/ECB reference data. Query base and quote ISO 4217 codes. For conversion, normalization, accounting and reporting; not live trading data.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:84532","payTo":"0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","amount":"1000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"base":"EUR","quote":"USD"},"type":"http"},"output":{"example":{"base":"EUR","date":"2026-09-16","fetched_at":"2026-09-16T12:00:00.000Z","quote":"USD","rate":1.1549,"rate_type":"daily_reference","source":"Frankfurter","source_url":"https://api.frankfurter.dev/v2/rate/EUR/USD"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"base":{"default":"EUR","description":"Three-letter base currency code","pattern":"^[A-Za-z]{3}$","type":"string"},"quote":{"default":"USD","description":"Three-letter quote currency code","pattern":"^[A-Za-z]{3}$","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"properties":{"base":{"type":"string"},"date":{"type":"string"},"fetched_at":{"type":"string"},"quote":{"type":"string"},"rate":{"type":"number"},"rate_type":{"type":"string"},"source":{"type":"string"},"source_url":{"type":"string"}},"required":["base","quote","rate","date","source","source_url","rate_type","fetched_at"],"type":"object"},"type":{"const":"json","type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"wallet-services-poc-clean.3hz-services.workers.dev","lastUpdated":"2026-09-17T06:54:28.247Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T06:54:28.055Z"},"liveness":{},"verified":false,"featured":false}]}