Skip to main content
WSS
/
pmm
/
{chain}
/
v3
/
pricing?name=
{name}
&authorization=
{authorization}
&gasless=
{gasless}
&expiry_type=
{expiry_type}
&format=
{format}
Messages
chain
type:string
required

Blockchain network (example: ethereum, arbitrum, base, etc.)

format
type:string
required

Message encoding format. Options: protobuf, json. Default: json.

gasless
type:string
required

Set to true for pricing for the gasless mode. Default: false.

expiry_type
type:string
required

Quote expiry window. Options: standard, short. Default: standard.

name
type:string
required

Your integration/client identifier. Can also be passed as a header.

authorization
type:string
required

Your API key. Can also be passed as a header.

Price Update
type:object

Order book snapshot for all pairs (format=json). Protobuf also available (format=protobuf, default) - see Build > Price API for the proto schema.