{
  "x402Version": 2,
  "id": 78,
  "slug": "78",
  "resource": "https://api.onesource.io/deepstate/v1/markets",
  "description": "Deepstate, the on-chain order-book exchange on Robinhood Chain. Lists the markets this service serves with their token layout (base, quote, token0/token1, decimals).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "markets": [
              {
                "base_is_token0": false,
                "base_token": {
                  "address": "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC",
                  "decimals": 18,
                  "symbol": "NVDA"
                },
                "book_id": "0xdf941c235503a5d2e67aee5dea00f2965f99421c0d034bd77f924c05c66bf399",
                "book_label": "NVDA/USDG",
                "book_slug": "NVDA-USDG",
                "deployed_at": "2026-08-15T07:23:57Z",
                "deployed_block": 36932573,
                "epoch": 0,
                "has_rewarder": true,
                "pool_id": "0x42819cadfbb25aab80543236e280fba4e61aa61e0b5b777541de54ae69da35e4",
                "quote_token": {
                  "address": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
                  "decimals": 6,
                  "symbol": "USDG"
                },
                "rewarder": "0xE85ADBC03a6b52a2c9894c1BB525eC883ea156D7",
                "router": "0x6cf19308C22FC82ea620Fa0B3E94948d20f27B96",
                "size_token": {
                  "address": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
                  "decimals": 6,
                  "symbol": "USDG"
                },
                "status": "live",
                "token0": {
                  "address": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
                  "decimals": 6,
                  "symbol": "USDG"
                },
                "token1": {
                  "address": "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC",
                  "decimals": 18,
                  "symbol": "NVDA"
                }
              }
            ]
          },
          "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": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "description": "Endpoint-specific response payload",
                "properties": {
                  "markets": {
                    "items": {
                      "properties": {
                        "base_is_token0": {
                          "type": "boolean"
                        },
                        "base_token": {
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "decimals": {
                              "type": "integer"
                            },
                            "symbol": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "book_id": {
                          "type": "string"
                        },
                        "book_label": {
                          "type": "string"
                        },
                        "book_slug": {
                          "type": "string"
                        },
                        "deployed_at": {
                          "type": "string"
                        },
                        "deployed_block": {
                          "type": "integer"
                        },
                        "epoch": {
                          "type": "integer"
                        },
                        "has_rewarder": {
                          "type": "boolean"
                        },
                        "pool_id": {
                          "type": "string"
                        },
                        "quote_token": {
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "decimals": {
                              "type": "integer"
                            },
                            "symbol": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "rewarder": {
                          "type": "string"
                        },
                        "router": {
                          "type": "string"
                        },
                        "size_token": {
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "decimals": {
                              "type": "integer"
                            },
                            "symbol": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "status": {
                          "type": "string"
                        },
                        "token0": {
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "decimals": {
                              "type": "integer"
                            },
                            "symbol": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "token1": {
                          "properties": {
                            "address": {
                              "type": "string"
                            },
                            "decimals": {
                              "type": "integer"
                            },
                            "symbol": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T21:46:59.985Z",
  "quality": {
    "calls30d": 189,
    "uniquePayers30d": 189,
    "lastCalledAt": "2026-09-18T18:40:52.056Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.onesource.io",
    "manifest_name": "api.onesource.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}