# Ethereum Network

## VulpeFI Orderbook API v3.0 OAS3

<https://limit-orders.vulpefi.com/swagger/ethereum-json>

### Ethereum Network

API for post and select limit orders to the VulpeFI limit orders database.\
The database acts as a source of liquidity for the VulpeFI Aggregation Protocol.\
\
Read more in the offical documentation[ limit-order-protocol-utils](/aggregation-protocol/smart-contracts/limitorderprotocol.md)

#### Limit Order V3 <a href="#operations-tag-limit_order_v3" id="operations-tag-limit_order_v3"></a>

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1" method="post" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/address/{address}" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/all" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/count" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/events/{orderHash}" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/events" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}

{% openapi src="<https://limit-orders.1inch.io/swagger/ethereum-json>" path="/v3.0/1/has-active-orders-with-permit/{walletAddress}/{token}" method="get" %}
<https://limit-orders.1inch.io/swagger/ethereum-json>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vulpefi.com/aggregation-protocol/limit-order-protocol/liquidity-source-and-api/ethereum-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
