Skip to content
Alchemy Logo

Perpetual DEXes

This API is in private preview. Target October 2026; timing is subject to change.

Returns native and builder-deployed perpetual DEX definitions.

Available now. This read is served at the interim endpoint today.

POST /{apiKey}/info

| Parameter | Type | Required | Description | | --- | --- | --- | | type | string | Yes | Selects perpDexs. |

{
  "type": "perpDexs"
}

FieldTypeDescription
[]arrayPerpetual DEX entries; the native DEX occupies a null entry at index 0 in the capture.
[].nameunknownCaptured field; its JSON type and semantics are not yet confirmed.
[].fullNameunknownCaptured field; its JSON type and semantics are not yet confirmed.
[].deployerunknownCaptured field; its JSON type and semantics are not yet confirmed.
[].oracleUpdaterunknownCaptured field; its JSON type and semantics are not yet confirmed.
[].feeRecipientunknownCaptured field; its JSON type and semantics are not yet confirmed.
[].assetToStreamingOiCapunknownCaptured field; its JSON type and semantics are not yet confirmed.

The capture confirmed the array shape, the native null entry, and the listed fields. No sample values are published until their response contract is confirmed.

Was this page helpful?