{"x402Version":2,"payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","resources":[{"id":7671,"slug":"7671","resource":"https://api.solgiery.com/v1/random/bytes","description":"Generate length cryptographically random bytes, encoded as lowercase hexadecimal. length defaults to 32 and may be 1 to 4096. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"length":32},"type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080808080808080808080808080808080808080808080808080","source":"os-csprng"},"result":"8080808080808080808080808080808080808080808080808080808080808080"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"length":{"default":32,"maximum":4096,"minimum":1,"type":"integer"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"maxLength":8192,"minLength":2,"pattern":"^[0-9a-f]+$","type":"string"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-17T03:35:02.899Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-17T03:35:02.394Z"},"liveness":{},"verified":false,"featured":false},{"id":7672,"slug":"7672","resource":"https://api.solgiery.com/v1/random/sample","description":"Select count items as an ordered sample. replace defaults to false: each original index may occur once and count must not exceed the input length. With replace=true, draws are independent and indices may repeat. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"count":2,"items":["a","b","c"],"replace":false},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"80808080808080808080808080808080","source":"os-csprng"},"result":[{"index":1,"item":"b"},{"index":0,"item":"a"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"count":{"maximum":1000,"minimum":1,"type":"integer"},"items":{"items":{},"maxItems":1000,"minItems":1,"type":"array"},"replace":{"default":false,"type":"boolean"}},"required":["items","count"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"items":{"additionalProperties":false,"properties":{"index":{"maximum":999,"minimum":0,"type":"integer"},"item":{}},"required":["index","item"],"type":"object"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:47:07.622Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:47:07.402Z"},"liveness":{},"verified":false,"featured":false},{"id":7673,"slug":"7673","resource":"https://api.solgiery.com/v1/random/choice","description":"Uniformly select one original index and item from the input array. Equal values at different positions have separate chances. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"items":["a","b","c"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":{"index":1,"item":"b"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"items":{"items":{},"maxItems":1000,"minItems":1,"type":"array"}},"required":["items"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"additionalProperties":false,"properties":{"index":{"maximum":999,"minimum":0,"type":"integer"},"item":{}},"required":["index","item"],"type":"object"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:47:04.155Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:47:03.955Z"},"liveness":{},"verified":false,"featured":false},{"id":7674,"slug":"7674","resource":"https://api.solgiery.com/v1/random/weighted","description":"Select one original index and item with probability weight divided by total weight. Weights must match items and be integers from 0 to 1000000000; at least one must be positive. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"items":["a","b","c"],"weights":[1,2,0]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":{"index":1,"item":"b"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"items":{"items":{},"maxItems":1000,"minItems":1,"type":"array"},"weights":{"items":{"maximum":1000000000,"minimum":0,"type":"integer"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["items","weights"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"additionalProperties":false,"properties":{"index":{"maximum":999,"minimum":0,"type":"integer"},"item":{}},"required":["index","item"],"type":"object"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:47:01.162Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:47:00.729Z"},"liveness":{},"verified":false,"featured":false},{"id":7675,"slug":"7675","resource":"https://api.solgiery.com/v1/random/shuffle","description":"Uniformly permute all input items. Returns each original index and its item exactly once; equal values remain distinct positions. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"items":["a","b","c"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"80808080808080808080808080808080","source":"os-csprng"},"result":[{"index":1,"item":"b"},{"index":0,"item":"a"},{"index":2,"item":"c"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"items":{"items":{},"maxItems":1000,"minItems":1,"type":"array"}},"required":["items"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"items":{"additionalProperties":false,"properties":{"index":{"maximum":999,"minimum":0,"type":"integer"},"item":{}},"required":["index","item"],"type":"object"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:57.508Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:57.308Z"},"liveness":{},"verified":false,"featured":false},{"id":7676,"slug":"7676","resource":"https://api.solgiery.com/v1/random/coin","description":"Flip one fair coin. Returns heads or tails, each with probability one half. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":"heads"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"enum":["heads","tails"],"type":"string"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:54.525Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:54.094Z"},"liveness":{},"verified":false,"featured":false},{"id":7677,"slug":"7677","resource":"https://api.solgiery.com/v1/random/dice","description":"Roll 1 to 1000 independent fair dice. Each result is an integer from 1 to sides inclusive; sides defaults to 6. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"count":1,"sides":6},"type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":[5]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"count":{"default":1,"maximum":1000,"minimum":1,"type":"integer"},"sides":{"default":6,"maximum":1000,"minimum":2,"type":"integer"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"items":{"maximum":1000,"minimum":1,"type":"integer"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:51.312Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:51.109Z"},"liveness":{},"verified":false,"featured":false},{"id":7678,"slug":"7678","resource":"https://api.solgiery.com/v1/random/uuid","description":"Generate one UUID version 4 using server-side cryptographic randomness. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"80808080808080808080808080808080","source":"os-csprng"},"result":"80808080-8080-4080-8080-808080808080"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"format":"uuid","type":"string"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:48.312Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:47.833Z"},"liveness":{},"verified":false,"featured":false},{"id":7679,"slug":"7679","resource":"https://api.solgiery.com/v1/random/int","description":"Generate 1 to 1000 uniformly distributed random integers between min and max, inclusive. Both bounds are required; min must not exceed max. Repeated values are possible. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"count":1,"max":100,"min":1},"type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":[45]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"count":{"default":1,"maximum":1000,"minimum":1,"type":"integer"},"max":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"min":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"}},"required":["min","max"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"items":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:44.932Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:44.473Z"},"liveness":{},"verified":false,"featured":false},{"id":7680,"slug":"7680","resource":"https://api.solgiery.com/v1/random/float","description":"Generate 1 to 1000 independent random numbers on the 53-bit grid in [0,1); zero is included and one is excluded. Uses the server OS CSPRNG. Returns consumed bytes for reproducible calculation, not proof of their origin. Price: 0.007 USDC per request, including the bounded batch.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"7000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"count":1},"type":"http"},"output":{"example":{"algorithm":"solgiery-random-v1","entropy":{"hex":"8080808080808080","source":"os-csprng"},"result":[0.5019607843137255]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"description":"Unknown or duplicate parameters and null parameter values are rejected. JSON body: at most 65536 bytes, depth 16, and 4096 bytes per item. Repeated sample items together must fit 65536 bytes.","properties":{"count":{"default":1,"maximum":1000,"minimum":1,"type":"integer"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"algorithm":{"const":"solgiery-random-v1","type":"string"},"entropy":{"additionalProperties":false,"properties":{"hex":{"maxLength":262144,"pattern":"^([0-9a-f]{2})*$","type":"string"},"source":{"const":"os-csprng","type":"string"}},"required":["source","hex"],"type":"object"},"result":{"items":{"exclusiveMaximum":1,"minimum":0,"type":"number"},"maxItems":1000,"minItems":1,"type":"array"}},"required":["algorithm","result","entropy"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T16:46:41.672Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T16:46:41.24Z"},"liveness":{},"verified":false,"featured":false},{"id":7681,"slug":"7681","resource":"https://api.solgiery.com/v1/ping","description":"Base payment check. Returns pong after settlement.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x12fe99C184192A0d4a3C507602ad4b03AA3A6fbb","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":60}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"pong":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.solgiery.com","lastUpdated":"2026-09-13T12:28:23.213Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-13T12:28:22.741Z"},"liveness":{},"verified":false,"featured":false}]}