{"x402Version":2,"payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","resources":[{"id":6409,"slug":"6409","resource":"https://api.usenami.io/v1/funding/current","description":"Funding rates per venue for one crypto perpetual, or the whole cross-venue set in one call. Major CEX and DEX venues — Binance, Bybit, OKX, Bitget, Gate.io, KuCoin, Hyperliquid, Paradex, Orderly, Lighter and more. Each row carries the venue's rate, its funding interval and the 8h-equivalent rate (venues quote on 1h/4h/8h, so raw rates are not comparable), plus canonical_id, asset_class and mark_price, so a ticker naming two unrelated assets is visible, not silently mixed.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"include_uncomparable":{"description":"Default false. False returns only rows that pass canonical-identity and cross-venue dispersion checks. True adds back the rows those checks reject — useful if you run your own filtering, misleading if you don't: one ticker can name two unrelated assets (SPX is both the S&P index and a meme coin). The response echoes `comparable_only` so you always know which slice you got.","required":false,"type":"boolean"},"limit":{"description":"Rows per page. Default 100, max 1000. Unfiltered the set is ~9,000 rows, so paging is how you avoid buying all of it into your context.","maximum":1000,"minimum":1,"required":false,"type":"integer"},"offset":{"description":"Row offset for the next page. Default 0. The response carries total/limit/offset/has_more, so you know when to stop.","minimum":0,"required":false,"type":"integer"},"symbol":{"description":"Filter by symbol (e.g. BTC-PERP). Omit for all.","required":false,"type":"string"}},"type":"http"},"output":{"example":{"comparable_only":true,"has_more":true,"limit":100,"offset":0,"rates":[{"asset_class":"crypto","canonical_id":"btc-crypto","funding_interval_hours":8,"mark_price":64421.5,"open_interest":987654,"rate":0.0001,"rate_8h":0.0001,"source_id":29,"symbol":"BTC","updated_at":"2026-05-17T19:58:12Z","venue":"binance","volume_24h":1234567},{"asset_class":"crypto","canonical_id":"btc-crypto","funding_interval_hours":1,"mark_price":64418,"open_interest":321098,"rate":0.0000125,"rate_8h":0.0001,"source_id":1,"symbol":"BTC","updated_at":"2026-05-17T19:58:44Z","venue":"hyperliquid","volume_24h":456789}],"symbol":"BTC-PERP","total":9063},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-18T10:43:24.378Z","quality":{"calls30d":6,"uniquePayers30d":5,"lastCalledAt":"2026-09-18T10:43:23.455Z"},"liveness":{},"verified":false,"featured":false},{"id":6415,"slug":"6415","resource":"https://api.usenami.io/v1/perp/snapshot","description":"One-call market snapshot for one crypto perpetual across every tracked venue — funding rate, annualized carry with contango/backwardation structure, open interest, 24h volume and mark price in a single response. Bundles funding/carry/open-interest/volume-24h so an agent makes one paid call instead of four.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"items":[{"annualized_carry_pct":10.95,"asset_class":"crypto","funding_interval_hours":8,"funding_rate":0.0001,"mark_price":64000,"open_interest":97100,"structure":"contango","updated_at":"2026-06-26T16:00:00Z","venue":"binance","volume_24h":7590000000}],"methodology":"per-venue funding + annualized_carry_pct + structure + open_interest + volume_24h + mark_price from one freshness-bounded read","ticker":"BTC","venues_count":18},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-15T07:27:37.908Z","quality":{"calls30d":4,"uniquePayers30d":2,"lastCalledAt":"2026-09-15T07:27:37.072Z"},"liveness":{},"verified":false,"featured":false},{"id":6416,"slug":"6416","resource":"https://api.usenami.io/v1/funding/historical","description":"Historical per-venue funding rates for one crypto perpetual, aggregated 1h/4h/1d, across tracked CEX and DEX venues — the timeseries a funding-arb backtest needs. Up to 30-day windows (30-day retention). Edge-isolated: raw rates only, no spread or signal logic.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"aggr":{"description":"Bucket granularity. Default 1h.","enum":["1h","4h","1d"],"required":false,"type":"string"},"from":{"description":"Window start ISO 8601. Default depends on aggr: 1h→3 days ago, 4h→7 days ago, 1d→30 days ago.","format":"date-time","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"},"to":{"description":"Window end ISO 8601. Default: now.","format":"date-time","required":false,"type":"string"}},"type":"http"},"output":{"example":{"aggregation":"1h","buckets":[{"avg_funding_rate":0.0001,"avg_price":67234.5,"bucket_start":"2026-05-15T00:00:00Z","samples":1,"venue":"binance"},{"avg_funding_rate":0.00012,"avg_price":67240,"bucket_start":"2026-05-15T00:00:00Z","samples":1,"venue":"hyperliquid"}],"ticker":"BTC","venues_count":18,"window_end":"2026-05-22T00:00:00Z","window_start":"2026-05-19T00:00:00Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-15T07:24:35.183Z","quality":{"calls30d":4,"uniquePayers30d":2,"lastCalledAt":"2026-09-15T07:24:34.819Z"},"liveness":{},"verified":false,"featured":false},{"id":6417,"slug":"6417","resource":"https://api.usenami.io/v1/perp/open-interest","description":"Open interest per venue for one crypto perpetual, with mark_price alongside — positioning and crowding across tracked CEX and DEX perp venues. Raw value: units vary per venue, see units_note in the response.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates. The response echoes the resolved `canonical_id`, so you always know which asset you were answered about.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"},"venue":{"description":"Venue name (e.g. binance, hyperliquid). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"canonical_id":"btc-crypto","mark_price":76540.45,"open_interest_raw":98650.31,"ticker":"BTC","units_note":"open_interest values are raw per venue ...","updated_at":"2026-05-26T17:03:12Z","venue":"binance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-15T07:23:53.335Z","quality":{"calls30d":4,"uniquePayers30d":2,"lastCalledAt":"2026-09-15T07:23:52.499Z"},"liveness":{},"verified":false,"featured":false},{"id":6410,"slug":"6410","resource":"https://api.usenami.io/v1/orderbook/aggregate/:symbol","description":"Consolidated best bid and ask for one crypto perpetual across every tracked venue — the cross-venue BBO, and which venue holds each side. CEX and DEX perp venues in one quote.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{"symbol":"BTC"},"type":"http"},"output":{"example":{"best_ask":{"price":3850.5,"size":8.5,"venue":"okx"},"best_bid":{"price":3850.25,"size":10,"venue":"binance"},"symbol":"ETH-PERP"},"type":"json"}},"routeTemplate":"/v1/orderbook/aggregate/:symbol","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"pathParams":{"type":"object"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:51:27.468Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-11T23:51:26.502Z"},"liveness":{},"verified":false,"featured":false},{"id":6411,"slug":"6411","resource":"https://api.usenami.io/v1/rwa/perp-coverage","description":"Real-world-asset (RWA) perpetual coverage across HIP-3 DEXes — which stocks, metals, forex pairs, commodities and pre-IPO synthetics are listed as perps, and on which venue. Tracks the on-chain RWA perp surface as it expands beyond crypto.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"asset_class":{"description":"Filter by class: metal, stock, forex, commodity, index, pre_ipo. Omit for all.","required":false,"type":"string"}},"type":"http"},"output":{"example":{"items":[{"asset_class":"stock","funding_rate":0.00012,"ticker":"TSLA","updated_at":"2026-05-17T20:00:00Z","venue":"hyperliquid_xyz"},{"asset_class":"metal","funding_rate":-0.00004,"ticker":"GOLD","updated_at":"2026-05-17T20:00:00Z","venue":"hyperliquid_km"}],"tickers_count":142,"venues_count":6},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T17:36:32.221Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-11T17:36:31.214Z"},"liveness":{},"verified":false,"featured":false},{"id":6412,"slug":"6412","resource":"https://api.usenami.io/v1/perp/arbitrage/funding","description":"Cross-venue funding-rate arbitrage scan over all tracked crypto perpetuals: every ticker whose (max_rate − min_rate) across venues exceeds your threshold. Naive filter, no signal logic — gross spread, before fees, slippage and funding-interval differences.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"description":"Max results. Default 50, max 100.","required":false,"type":"integer"},"min_diff":{"description":"Absolute spread threshold. Default 0.0001.","required":false,"type":"number"}},"type":"http"},"output":{"example":{"count":1,"min_diff":0.0001,"opportunities":[{"max_rate":0.0003,"max_venue":"binance","min_rate":-0.0001,"min_venue":"okx","spread":0.0004,"spread_bps":4,"ticker":"BTC","updated_at":"2026-05-26T17:03:12Z","venues_count":18}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-08T08:29:32.306Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-08T08:29:31.434Z"},"liveness":{},"verified":false,"featured":false},{"id":6413,"slug":"6413","resource":"https://api.usenami.io/v1/perp/arbitrage/price","description":"Cross-venue mark-price spread scan for crypto perpetuals — where the same perp trades at different marks across venues. Quoted spread is not net edge: it excludes fees, slippage and funding differences.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"description":"Max results. Default 50, max 100.","required":false,"type":"integer"},"min_diff_bps":{"description":"Threshold in bps. Default 10.","required":false,"type":"number"}},"type":"http"},"output":{"example":{"count":1,"min_diff_bps":10,"opportunities":[{"max_price":0.0855,"max_venue":"mexc","mid_price":0.0853,"min_price":0.0851,"min_venue":"binance","spread_bps":46.89,"ticker":"DOGE","updated_at":"2026-05-26T17:03:09Z","venues_count":14}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-08T08:27:07.453Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-08T08:27:06.594Z"},"liveness":{},"verified":false,"featured":false},{"id":6414,"slug":"6414","resource":"https://api.usenami.io/v1/perp/oracle-families","description":"Oracle price-source family classification across tracked crypto perp venues — which venues derive their index price from the same upstream feed. Basis-risk awareness for cross-venue and funding-arb strategies: two venues sharing an oracle family will not diverge independently, so a spread between them is not the hedge it looks like.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","type":"http"},"output":{"example":{"families":[{"family":"cex_aggregated","method":"Weighted median of top CEX spot prices","venues":["binance","bybit","hyperliquid"]},{"family":"pyth_stork","method":"Decentralized oracle networks","venues":["paradex","lighter"]}],"total_venues":28},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-08T08:00:59.11Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-08T08:00:58.208Z"},"liveness":{},"verified":false,"featured":false},{"id":6418,"slug":"6418","resource":"https://api.usenami.io/v1/perp/arbitrage/funding-signal","description":"Funding-arb SIGNAL for crypto perpetuals — the cross-venue funding spread per pair, set against public round-trip taker fees, with periods-to-breakeven, ranked by the 8h-normalized spread. Liquidity is not assessed: depth sizing was withdrawn on 2026-09-16, so check the books before sizing. A derived outcome, not a profit forecast.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"description":"Max results. Default 50, max 100.","required":false,"type":"integer"},"min_diff":{"description":"Absolute funding spread threshold. Default 0.0001.","required":false,"type":"number"}},"type":"http"},"output":{"example":{"count":1,"methodology":"Gross funding spread against round-trip taker fees; liquidity not assessed.","opportunities":[{"funding_periods_to_breakeven":2.5,"gross_funding_spread_bps":8,"long_venue":"okx","round_trip_fee_bps":20,"short_venue":"binance","signal_score":8,"ticker":"BTC","updated_at":"2026-06-17T17:03:12Z","venues_count":18}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-18T10:43:36.089Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-09-18T10:43:35.269Z"},"liveness":{},"verified":false,"featured":false},{"id":6425,"slug":"6425","resource":"https://api.usenami.io/v1/perp/basis","description":"Per-venue basis for one crypto perpetual — mark versus index price, basis_bps = (mark−index)/index×10000, and contango/backwardation structure, across tracked CEX and DEX venues. Every venue has an index except Crypto.com, Variational and dYdX; dYdX publishes one oracle price, which is its mark. `venues_without_index` names the ones missing. Each venue also carries liquidity_state (live/dead/unknown), and a market with no trading is flagged unreliable however clean its basis looks.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"items":[{"asset_class":"crypto","basis_bps":-2.31,"basis_reliable":true,"index_price":60292.9,"liquidity_state":"live","mark_price":60278.9,"structure":"backwardation","updated_at":"2026-06-27T21:00:00Z","venue":"paradex"}],"methodology":"basis_bps = (mark_price − index_price)/index_price × 10000; structure = basis sign (contango/backwardation/flat/unknown)","ticker":"BTC","venues_count":18,"venues_without_index":["Crypto.com","Variational","dYdX"]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-12T19:57:24.862Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T19:57:23.842Z"},"liveness":{},"verified":false,"featured":false},{"id":6419,"slug":"6419","resource":"https://api.usenami.io/v1/perp/vw-spread","description":"Volume-weighted average funding rate across all tracked venues for one crypto perpetual. Accounts for venue market share — high-volume venues dominate the weighted rate, so it reflects what the market actually pays rather than a flat average across thin and deep venues alike.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"simple_avg_rate":0.0001,"ticker":"BTC","top_contributors":[{"rate":0.0001,"venue":"binance","volume_24h_usd":5500000000,"weight_pct":49.87}],"total_volume_24h_usd":11029446855.42,"updated_at":"2026-05-31T17:03:12Z","venues_count":18,"vw_rate":0.000085},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:52:05.063Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:52:04.688Z"},"liveness":{},"verified":false,"featured":false},{"id":6420,"slug":"6420","resource":"https://api.usenami.io/v1/funding/spread/:symbol","description":"Cross-venue funding-rate spread for one crypto perpetual: the highest- and lowest-paying venues and the gap between them in bps. Where a funding-arb screen starts, across both CEX and DEX perp venues.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{"symbol":"BTC"},"type":"http"},"output":{"example":{"max_rate":0.0003,"min_rate":-0.0001,"spread_bps":4,"symbol":"ETH-PERP","venues":[{"rate":0.0003,"venue":"binance"},{"rate":-0.0001,"venue":"okx"}]},"type":"json"}},"routeTemplate":"/v1/funding/spread/:symbol","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"pathParams":{"type":"object"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:52:00.506Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:52:00.103Z"},"liveness":{},"verified":false,"featured":false},{"id":6421,"slug":"6421","resource":"https://api.usenami.io/v1/perp/funding-flips","description":"Funding-rate sign-change detection for one crypto perpetual — every positive↔negative flip across venues inside a lookback window, each with its venue, hour and the rates either side of the change. Raw events for spotting funding-regime turns in funding-arb and carry positioning: it reports the flips, it does not classify them as sustained or transient.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"hours":{"description":"Lookback hours. Default 24, max 168.","required":false,"type":"integer"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"flips":[{"direction":"positive_to_negative","hour":"2026-05-31T08:00:00Z","rate_after":-0.00005,"rate_before":0.0001,"venue":"binance"}],"flips_count":2,"hours":24,"ticker":"BTC","venues_with_flips":2},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:51:55.584Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:51:55.213Z"},"liveness":{},"verified":false,"featured":false},{"id":6422,"slug":"6422","resource":"https://api.usenami.io/v1/perp/carry","description":"Per-venue funding carry for one crypto perpetual: raw funding_rate, annualized_carry_pct, and contango/backwardation structure from the funding sign. What holding this perp pays or costs you per year, venue by venue, across tracked CEX and DEX venues.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"items":[{"annualized_carry_pct":10.95,"asset_class":"crypto","funding_interval_hours":8,"funding_rate":0.0001,"mark_price":64000,"structure":"contango","updated_at":"2026-06-26T16:00:00Z","venue":"binance"}],"methodology":"annualized_carry_pct = funding_rate × (24/funding_interval_hours) × 365 × 100; structure = funding sign (contango/backwardation/flat)","ticker":"BTC","venues_count":18},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:51:46.867Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:51:46.009Z"},"liveness":{},"verified":false,"featured":false},{"id":6423,"slug":"6423","resource":"https://api.usenami.io/v1/perp/volume-history","description":"Historical 24h-volume timeseries for one crypto perpetual on one venue, aggregated 1h/4h/1d — liquidity over time for backtests and venue selection. 30–90d window cap.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"aggr":{"description":"Default 1h.","enum":["1h","4h","1d"],"required":false,"type":"string"},"from":{"description":"Default: 7 days ago.","format":"date-time","required":false,"type":"string"},"ticker":{"description":"Base ticker. Required.","required":true,"type":"string"},"to":{"description":"Default: now.","format":"date-time","required":false,"type":"string"},"venue":{"description":"Venue name. Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"aggregation":"1h","buckets":[{"bucket_start":"2026-05-24T00:00:00Z","samples":1,"value":11029446855.42,"venue":"binance"}],"ticker":"BTC","venue":"binance","window_end":"2026-05-31T00:00:00Z","window_start":"2026-05-24T00:00:00Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:51:37.23Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:51:36.366Z"},"liveness":{},"verified":false,"featured":false},{"id":6424,"slug":"6424","resource":"https://api.usenami.io/v1/perp/volume-24h","description":"24-hour rolling USD volume for one crypto perpetual on one venue — liquidity and activity ranking across tracked CEX and DEX perp venues.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates. The response echoes the resolved `canonical_id`, so you always know which asset you were answered about.","required":false,"type":"string"},"ticker":{"description":"Base ticker. Required.","required":true,"type":"string"},"venue":{"description":"Venue name. Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"canonical_id":"btc-crypto","ticker":"BTC","updated_at":"2026-05-26T17:03:12Z","venue":"binance","volume_24h_usd":11029446855.42},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-11T23:51:22.503Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T23:51:21.619Z"},"liveness":{},"verified":false,"featured":false},{"id":6426,"slug":"6426","resource":"https://api.usenami.io/v1/backtest/data","description":"Packaged funding-rate history for one crypto perpetual on one venue, bundled per time bucket at 1h/4h/1d granularity over up to 30 days — one paid call instead of stitching hundreds of hourly requests. Each bucket carries the average rate, sample count and average perp price. Order-book fields were withdrawn on 2026-09-16: include_orderbook=true is refused before payment, never silently ignored.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"from":{"description":"ISO 8601 window start.","required":true,"type":"string"},"granularity":{"description":"Bucket size. Default 1h.","enum":["1h","4h","1d"],"required":false,"type":"string"},"include_funding":{"description":"Default true. Funding is the only series this route carries, so false is refused before payment.","required":false,"type":"boolean"},"ticker":{"description":"Upper-case asset ticker (e.g. BTC, ETH).","required":true,"type":"string"},"to":{"description":"ISO 8601 window end.","required":true,"type":"string"},"venue":{"description":"Lower-case venue name (e.g. binance, kucoin).","required":true,"type":"string"}},"type":"http"},"output":{"example":{"data":[{"funding_rate":0.00012,"funding_samples":1,"perp_price":67234.5,"ts":"2026-05-01T00:00:00Z"}],"from_ts":"2026-05-01T00:00:00Z","granularity":"1h","metadata":{"completeness_pct":100,"data_sources":["funding_history_hourly"],"samples_count":24},"ticker":"BTC","to_ts":"2026-05-02T00:00:00Z","venue":"binance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-18T10:43:55.247Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-18T10:43:54.38Z"},"liveness":{},"verified":false,"featured":false},{"id":6427,"slug":"6427","resource":"https://api.usenami.io/v1/orderbook/depth/:venue/:symbol","description":"Depth quote for one crypto perp on ONE named venue: best bid/ask, depth per side, and est_slippage_for_size_usd_bps — the cost of filling size_usd here, in BASIS POINTS over the mid, not dollars. On a book deep enough to fill at the touch it equals half the spread and is the same for $1K/$5K/$10K; on a thinner book it grows with size. Equal values across sizes mean the book covers you, not that size_usd was ignored. All venues: /v1/orderbook/multi-venue-slippage. $10K cap per DIS-022.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{"symbol":"BTC","venue":"hyperliquid"},"queryParams":{"size_usd":{"description":"Notional size. Default 10000.","enum":[1000,5000,10000],"required":false,"type":"integer"}},"type":"http"},"output":{"example":{"quote":{"best_ask":104251,"best_bid":104250.5,"est_slippage_for_size_usd_bps":1.2,"updated_at":"2026-05-22T20:00:00Z","venue":"hyperliquid"},"size_usd":10000,"symbol":"BTC","venue":"hyperliquid"},"type":"json"}},"routeTemplate":"/v1/orderbook/depth/:venue/:symbol","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"pathParams":{"type":"object"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-12T19:57:43.551Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T19:57:42.655Z"},"liveness":{},"verified":false,"featured":false},{"id":6428,"slug":"6428","resource":"https://api.usenami.io/v1/perp/funding-spread","description":"Cross-venue funding-rate spread for one crypto perpetual — the highest- and lowest-paying venues and the spread in bps, across major CEX and DEX venues (Binance, Bybit, OKX, Hyperliquid …). `spread_bps` is the RAW rate difference, the same quantity and name as on `/v1/perp/arbitrage/funding`; `normalized_spread_8h_bps` scales both legs to 8h, the comparable one, since venues quote on 1h/4h/8h. Leg intervals ship with the row; normalized is null when a schedule is unknown, never defaulted.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"spread":{"apr_spread_pct":120.45,"long_interval_hours":1,"long_rate":-0.0001,"long_venue":"dydx","normalized_spread_8h_bps":11,"short_interval_hours":8,"short_rate":0.0003,"short_venue":"binance","spread_bps":4,"ticker":"BTC","updated_at":"2026-05-17T20:00:00Z"},"ticker":"BTC","venues_count":18},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-12T19:57:33.739Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-12T19:57:32.813Z"},"liveness":{},"verified":false,"featured":false},{"id":6429,"slug":"6429","resource":"https://api.usenami.io/v1/perp/oi-history","description":"Historical open-interest timeseries for one crypto perpetual on one venue, aggregated 1h/4h/1d — positioning over time for backtests and regime studies. 30–90d window cap.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"aggr":{"description":"Default 1h.","enum":["1h","4h","1d"],"required":false,"type":"string"},"from":{"description":"Default: 7 days ago.","format":"date-time","required":false,"type":"string"},"ticker":{"description":"Base ticker. Required.","required":true,"type":"string"},"to":{"description":"Default: now.","format":"date-time","required":false,"type":"string"},"venue":{"description":"Venue name. Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"aggregation":"1h","buckets":[{"bucket_start":"2026-05-24T00:00:00Z","samples":1,"value":95012.5,"venue":"binance"}],"ticker":"BTC","venue":"binance","window_end":"2026-05-31T00:00:00Z","window_start":"2026-05-24T00:00:00Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-01T12:08:18.308Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T12:08:17.903Z"},"liveness":{},"verified":false,"featured":false},{"id":6430,"slug":"6430","resource":"https://api.usenami.io/v1/perp/volume-anomalies","description":"Volume-spike scanner across tracked crypto perpetuals: every ticker whose current 24h volume is at least your multiplier × the baseline average over a lookback window. Raw scan — it surfaces unusual activity, it does not interpret it.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":{"description":"Max results. Default 50, max 100.","required":false,"type":"integer"},"lookback_hours":{"description":"Baseline window hours. Default 24, max 168.","required":false,"type":"integer"},"min_multiplier":{"description":"Spike threshold. Default 2.0.","required":false,"type":"number"}},"type":"http"},"output":{"example":{"anomalies":[{"baseline_avg_volume_24h_usd":500000000,"current_volume_24h_usd":1500000000,"multiplier":3,"ticker":"PEPE","updated_at":"2026-05-31T16:00:00Z","venue":"binance"}],"count":1,"lookback_hours":24,"min_multiplier":2},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-01T12:07:46.981Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T12:07:46.554Z"},"liveness":{},"verified":false,"featured":false},{"id":6431,"slug":"6431","resource":"https://api.usenami.io/v1/perp/oi-delta","description":"Open-interest delta for one crypto perpetual on one venue — current OI against OI N hours ago. Accumulation or distribution signal: whether positioning is building or unwinding.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lookback_hours":{"description":"Hours to look back. Default 24, max 168.","required":false,"type":"integer"},"ticker":{"description":"Base ticker. Required.","required":true,"type":"string"},"venue":{"description":"Venue name. Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"current_oi":98650.31,"current_ts":"2026-05-31T16:00:00Z","delta_pct":3.83,"lookback_hours":24,"past_oi":95012.5,"past_ts":"2026-05-30T16:00:00Z","ticker":"BTC","venue":"binance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-01T12:07:17.122Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T12:07:16.704Z"},"liveness":{},"verified":false,"featured":false},{"id":6432,"slug":"6432","resource":"https://api.usenami.io/v1/perp/funding-next","description":"Next funding payment ETA for one crypto perpetual on one venue, with the current indicative funding rate alongside — when the next settlement lands and where the rate stands now. Entry-timing input for funding-arb and carry trades. Not a payment forecast: the endpoint takes no position side or size, and the rate can move before settlement.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"canonical_id":{"description":"Disambiguates a ticker that names two unrelated assets; a 409 on the ticker alone names the candidates. The response echoes the resolved `canonical_id`, so you always know which asset you were answered about.","required":false,"type":"string"},"ticker":{"description":"Base ticker (e.g. BTC, ETH). Required.","required":true,"type":"string"},"venue":{"description":"Venue name (e.g. binance, hyperliquid). Required.","required":true,"type":"string"}},"type":"http"},"output":{"example":{"canonical_id":"btc-crypto","current_rate":0.0001,"funding_interval_hours":8,"mark_price":107234.5,"next_funding_time":"2026-05-31T20:00:00Z","ticker":"BTC","updated_at":"2026-05-31T17:03:12Z","venue":"binance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-01T12:07:00.073Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T12:06:59.685Z"},"liveness":{},"verified":false,"featured":false},{"id":6433,"slug":"6433","resource":"https://api.usenami.io/v1/orderbook/:venue/:symbol/top","description":"Top-of-book for one crypto perpetual on one venue — best bid, best ask and the spread between them. Covers CEX and DEX perp venues: Binance, Bybit, OKX, Hyperliquid, Paradex, Drift and others.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x1538726707212F4dB3EB67cEc0910422A310475c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{"symbol":"BTC","venue":"hyperliquid"},"type":"http"},"output":{"example":{"ask_price":104251,"ask_size":0.8,"bid_price":104250.5,"bid_size":1.2,"symbol":"BTC-PERP","timestamp":"2026-05-17T20:00:00Z","venue":"hyperliquid"},"type":"json"}},"routeTemplate":"/v1/orderbook/:venue/:symbol/top","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"type":"string"},"pathParams":{"type":"object"},"type":{"type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.usenami.io","lastUpdated":"2026-09-01T12:05:40.486Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T12:05:39.608Z"},"liveness":{},"verified":false,"featured":false}]}