Contracts
Get information about deployed Vertex contracts.
Rate limits
2400 requests/min or 40 requests/sec per IP address. (weight = 1)
See more details in API Rate limits
Request
Response
Note:
endpoint_addr
is the address of the Vertex endpoint contracts. Deposits are sent to the endpoint address; this to used sign every request exceptPlaceOrder
.book_addrs
contain the address of each product’s orderbook on Vertex.book_addr[i]
is the address of the orderbook for product idi
. The quote product (i == 0
) does not have have an orderbook, sobook_addr[0]
is the null address; this is used to signPlaceOrder
requests for a providedproduct_id
.
Last updated