API Reference
API StatusLogin

Retrieve Depth of Book

Get the Depth of Book for an Instrument.

For now, this API only works with debt instruments, but will expand in the future.

Body Params
uuid
required

A unique ID created by DriveWealth to identify a specific instrument.

double
required
≥ 0

The quantity of bonds user wishes to trade.

salesCredit
object

If set, the unit price will be marked up or marked down based on the prescribed amount. Only applicable to Orders for Debt Instruments.

Response

Response body
array of objects
object
uuid

Quote id in the DriveWealth System

uuid

A unique ID created by DriveWealth to identify a specific instrument.

string
length between 12 and 14

An International Securities Identification Number (ISIN) uniquely identifies a security. Its structure is defined in ISO 6166. ISINs are commonly used when an Instrument does not have a symbol, such as Debt Instruments and Global Mutual Funds.

string
length between 9 and 9

CUSIP stands for Committee on Uniform Securities Identification Procedures.
A CUSIP number identifies most financial instruments, including: stocks of all registered U.S. and Canadian companies, commercial paper, and U.S. government and municipal bonds.
The CUSIP system facilitates the clearance and settlement process of securities.
CUSIP numbers consist of nine characters (including letters and numbers) that uniquely identify a company or issuer and the type of financial instrument.
A similar system is used to identify foreign securities (CUSIP International Numbering System or CINS).
CINS employs the same nine character identifier as CUSIP, but also contains a letter in the first position to signify the issuer's country or geographic region.

double

Trade size/quantity

salesCredit
object

If set, the unit price will be marked up or marked down based on the prescribed amount. Only applicable to Orders for Debt Instruments.

bidPrices
array of objects

bid prices without sales credit

bidPrices
object
double

Bid value

double

Bid size

double

Bid yield

double

Minimum quantity

askPrices
array of objects

ask prices without sales credit

askPrices
object
double

Ask value

double

Ask size

double

Ask yield

double

Minimum quantity

effectiveBidPrices
array of objects

prices include any sales credit provided in the request

effectiveBidPrices
object
double

Bid value

double

Bid size

double

Bid yield

double

Minimum quantity

effectiveAskPrices
array of objects

prices include any sales credit provided in the request

effectiveAskPrices
object
double

Ask value

double

Ask size

double

Ask yield

double

Minimum quantity

recentTrades
array of objects

Recent Trades

recentTrades
object
double

Trade price

double

Trade size/quantity

double

Trade yield

date-time

Asset's trade time.

string

The side of order that is being placed.

buy sell

Language
Credentials
URL