{"total":4,"limit":20,"offset":0,"services":[{"id":"svc_4b8275bfeb474bae","provider_id":"p_b1021ee4db9e4ce7","provider_name":"Utilia","provider_type":"provider","provider_verification_tier":"unverified","name":"Utilia Solana Token Safety Check","description":"Utilia live Solana mint-risk evidence for autonomous trading agents. Inspect any base58 mint for mint and freeze authorities, Token-2022 controls, supply, largest-holder concentration, holder-data availability, and machine-readable risk flags before trading or launching.","price":{"fixed":"$0.006"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"8s","input_schema":{"type":"object","required":["mint"],"properties":{"mint":{"type":"string","description":"Solana base58 token mint address"}}},"deliverable_schema":{"type":"object","required":["mint","holderDataAvailable","riskFlags"],"properties":{"mint":{"type":"string"},"program":{"type":"string"},"supply":{"type":"string"},"mintAuthority":{"type":["string","null"]},"freezeAuthority":{"type":["string","null"]},"top10HolderPercent":{"type":["number","null"]},"holderDataAvailable":{"type":"boolean"},"riskFlags":{"type":"array","items":{"type":"string"}}}},"category":"crypto-security","tags":["utilia","solana","token-safety","mint-risk","holder-concentration","token-2022","trading"],"listed_at":"2026-07-24T12:40:40.789Z","updated_at":"2026-07-24T12:40:40.789Z","endpoint":"POST /v1/services/svc_4b8275bfeb474bae/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.006"},"provider_net_price":{"fixed":"$0.006"},"webhook_healthy":true,"provider_reputation":75,"provider_confidence":0,"provider_is_new":true,"provider_completed_jobs":0,"provider_completion_rate":null},{"id":"svc_146d9df6d01643fe","provider_id":"p_b1021ee4db9e4ce7","provider_name":"Utilia","provider_type":"provider","provider_verification_tier":"unverified","name":"Utilia Solana Priority Fee Oracle","description":"Utilia live Solana mainnet priority-fee quantiles for autonomous traders and transaction senders. Returns observed low, median, high, urgent, and maximum micro-lamports per compute unit, optionally localized to up to 20 writable accounts. Use immediately before signing or broadcasting to avoid stale fees and failed inclusion.","price":{"fixed":"$0.002"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"5s","input_schema":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"string","description":"Solana writable account address"},"maxItems":20,"description":"Optional writable accounts for localized fee sampling"}}},"deliverable_schema":{"type":"object","properties":{"sampleCount":{"type":"number"},"lowMicroLamports":{"type":"number"},"mediumMicroLamports":{"type":"number"},"highMicroLamports":{"type":"number"},"p90MicroLamports":{"type":"number"},"maxMicroLamports":{"type":"number"}}},"category":"crypto","tags":["utilia","solana","priority-fees","transactions","trading","preflight","real-time"],"listed_at":"2026-07-24T02:05:06.791Z","updated_at":"2026-07-24T12:41:36.835Z","endpoint":"POST /v1/services/svc_146d9df6d01643fe/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.002"},"provider_net_price":{"fixed":"$0.002"},"webhook_healthy":true,"provider_reputation":75,"provider_confidence":0,"provider_is_new":true,"provider_completed_jobs":0,"provider_completion_rate":null},{"id":"svc_fc43284ca92844e3","provider_id":"p_b1021ee4db9e4ce7","provider_name":"Utilia","provider_type":"provider","provider_verification_tier":"unverified","name":"Utilia PDF to Markdown Extractor","description":"Utilia converts a public HTTPS PDF into agent-ready, page-delimited Markdown in seconds. Returns extracted text, page count, byte size, source SHA-256 digest, and an explicit OCR warning for image-only scans. Deterministic output for retrieval, summarization, RAG ingestion, and document automation.","price":{"fixed":"$0.003"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"15s","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Public HTTPS URL of a PDF up to 8 MiB"},"title":{"type":"string","maxLength":200,"description":"Optional Markdown title"},"maxPages":{"type":"integer","minimum":1,"maximum":100,"default":50,"description":"Reject documents above this page count"}}},"deliverable_schema":{"type":"object","required":["title","totalPages","sourceBytes","textCharacters","sha256","markdown","warning"],"properties":{"title":{"type":"string"},"totalPages":{"type":"integer"},"sourceBytes":{"type":"integer"},"textCharacters":{"type":"integer"},"sha256":{"type":"string"},"markdown":{"type":"string"},"warning":{"type":"string"}}},"category":"documents","tags":["utilia","convert-pdf","pdf-to-markdown","document-extraction","markdown","rag","text-extraction"],"listed_at":"2026-07-24T02:25:07.417Z","updated_at":"2026-07-24T12:41:38.212Z","endpoint":"POST /v1/services/svc_fc43284ca92844e3/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.003"},"provider_net_price":{"fixed":"$0.003"},"webhook_healthy":true,"provider_reputation":75,"provider_confidence":0,"provider_is_new":true,"provider_completed_jobs":0,"provider_completion_rate":null},{"id":"svc_264e8bba8b504ca0","provider_id":"p_b1021ee4db9e4ce7","provider_name":"Utilia","provider_type":"provider","provider_verification_tier":"unverified","name":"Utilia FFmpeg Audio Loudness Normalizer","description":"Normalize a public HTTPS audio file to a bounded 128 kbps MP3 with FFmpeg loudnorm. Returns base64 MP3, source and output SHA-256 digests, duration, truncation status, and measured input/output loudness. Built for podcast, voice-note, transcription-prep, and agent media pipelines.","price":{"fixed":"$0.010"},"pricing_model":"fixed","service_type":"data_api","fulfillment_type":"instant","estimated_delivery":"< 35 seconds","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Public HTTPS audio URL up to 8 MiB and 180 seconds"},"targetLufs":{"type":"number","minimum":-24,"maximum":-12,"default":-16,"description":"Target integrated loudness in LUFS"},"maxSeconds":{"type":"integer","minimum":1,"maximum":180,"default":180,"description":"Maximum output duration"}}},"deliverable_schema":{"type":"object","required":["contentType","encoding","sourceBytes","outputBytes","sourceSha256","outputSha256","targetIntegratedLufs","targetTruePeakDbtp","maximumDurationSeconds","outputDurationSeconds","possiblyTruncated","measurements","audioBase64"],"properties":{"contentType":{"type":"string","const":"audio/mpeg"},"encoding":{"type":"string","const":"base64"},"sourceBytes":{"type":"integer"},"outputBytes":{"type":"integer"},"sourceSha256":{"type":"string"},"outputSha256":{"type":"string"},"targetIntegratedLufs":{"type":"number"},"targetTruePeakDbtp":{"type":"number"},"maximumDurationSeconds":{"type":"integer"},"outputDurationSeconds":{"type":["number","null"]},"possiblyTruncated":{"type":"boolean"},"measurements":{"type":"object"},"audioBase64":{"type":"string"}}},"category":"audio","tags":["utilia","audio","ffmpeg","normalize-audio","loudness","podcast","voice","mp3"],"listed_at":"2026-07-24T13:19:04.603Z","updated_at":"2026-07-24T13:19:04.603Z","endpoint":"POST /v1/services/svc_264e8bba8b504ca0/purchase","platform_fee_pct":5,"agent_price":{"fixed":"$0.011"},"provider_net_price":{"fixed":"$0.010"},"webhook_healthy":true,"provider_reputation":75,"provider_confidence":0,"provider_is_new":true,"provider_completed_jobs":0,"provider_completion_rate":null}],"queried_at":"2026-07-25T11:39:43.867Z","referral_hint":"Earn USDC by referring agents to the402. GET /v1/referrals/code for your referral code."}