Static Configurations

Return the static variables for source marketplaces.

Keys

Key
Description

max_items_per_sweep

The upper limit of passed listings for a single order of Proxy Buy / Sweep

max_items_per_bulk_listing

The upper limit of passed offers for a single order of Proxy List / Copy Listing

Endpoint

Return the upper limits of the passed listings/offers by source marketplaces

GET https://open-api.ordyssey.com/v1/dex/static_configs

{
    "max_items_per_sweep": {
        "ordinalswallet": 50,
        "magiceden": 20
    },
    "max_items_per_bulk_listing": {
        "ordinalswallet": 100,
        "magiceden": 100
    }
}

Last updated