---
title: "Get maker nonce"
method: GET
path: "/openapi/v1/orders/nonce"
tags: ["Orders"]
---

# Get maker nonce

`GET /openapi/v1/orders/nonce`

This endpoint can be used to fetch the latest order nonce value.
The nonce for each order is unique and incremented each time..

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `maker` string, required
- `schema` 'erc721' | 'erc1155', required
- `count` integer

## Response `200`

OK

- ApiResponseMakerNonce
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` MakerNonce — Return data, Generic
    - `nonce` string — Maker Nonce Value
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/versions/fa83ac7feb23/schema)
