REST API DOCS
Client APIBest Bid and Offer

Get List of Best Bid-Offer

GET
/backend/api/v1/bbo/reporting/

Returns a list of Best Bid and Best Offer records. When called without query parameters, returns all records accessible to the authenticated user. When symbol is provided, filters results to that ticker only.

Notice:

  • you need to have permission to do this operation. Contact DORRS Admin

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

symbol?string

Filter by ticker symbol (e.g. USDT)

Response Body

application/json

curl -X GET "https://example.com/backend/api/v1/bbo/reporting/?symbol=USDT"
{  "message": "success",  "data": [    {      "id": 6,      "origin": "DORRS",      "symbol_name": "USDT",      "quote_condition": "c",      "bid_mpid": "MPID",      "bid_quantity": "11.0000000000000000",      "bid_price": "22.0000000000000000",      "bid_date": "2023-11-09",      "bid_time": "12:47",      "offer_mpid": "MPID2",      "offer_quantity": "33.0000000000000000",      "offer_price": "22.0000000000000000",      "offer_date": "2023-11-02",      "offer_time": "12:47",      "uti": "110920231247-0000-A0006",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "fractional_lot_size": null,      "data_feed_provider_logo": "/media/data_feed_provider_logo/logo-small.png",      "created_at": "2023-11-10T10:48:33.015254Z",      "updated_at": "2023-11-10T10:48:33.015258Z",      "algorand_tx_hash": null,      "algorand_tx_hash_link": null    },    {      "id": 5,      "origin": "DORRS",      "symbol_name": "USDT",      "quote_condition": "b",      "bid_mpid": "MOID01",      "bid_quantity": "21.0000000000000000",      "bid_price": "88.0000000000000000",      "bid_date": "2023-11-01",      "bid_time": "11:18",      "offer_mpid": "",      "offer_quantity": null,      "offer_price": null,      "offer_date": null,      "offer_time": null,      "uti": "110120231118-0000-A0006",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "created_at": "2023-11-08T09:19:01.353940Z",      "updated_at": "2023-11-08T09:19:50.705377Z"    },    {      "id": 4,      "symbol_name": "USDT",      "quote_condition": "c",      "bid_mpid": "TES01",      "bid_quantity": "12.0500000000000000",      "bid_price": "33.0000000000000000",      "bid_date": "2023-11-01",      "bid_time": "19:42",      "offer_mpid": "TES02",      "offer_quantity": "33.0000000000000000",      "offer_price": "21.0000000000000000",      "offer_date": "2023-11-01",      "offer_time": "19:42",      "uti": "110120231942-0000-A0005",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "created_at": "2023-11-07T17:43:28.081070Z",      "updated_at": "2023-11-07T17:43:45.132914Z"    },    {      "id": 3,      "symbol_name": "USDT",      "quote_condition": "h",      "bid_mpid": "MP03",      "bid_quantity": "14.0000000000000000",      "bid_price": "12.0000000000000000",      "bid_date": "2023-11-05",      "bid_time": "14:19",      "offer_mpid": "MP04",      "offer_quantity": "32.0000000000000000",      "offer_price": "12.0000000000000000",      "offer_date": "2023-11-05",      "offer_time": "14:19",      "uti": "110520231419-0000-A0003",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "created_at": "2023-11-07T12:20:26.820165Z",      "updated_at": "2023-11-07T12:20:26.820169Z"    },    {      "id": 2,      "symbol_name": "USDT",      "quote_condition": "a",      "bid_mpid": "",      "bid_quantity": null,      "bid_price": null,      "bid_date": null,      "bid_time": null,      "offer_mpid": "MP02",      "offer_quantity": "10.0000000000000000",      "offer_price": "16.0000000000000000",      "offer_date": "2023-11-02",      "offer_time": "14:19",      "uti": "110220231419-0000-A0002",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "created_at": "2023-11-07T12:19:47.341286Z",      "updated_at": "2023-11-07T12:19:47.341289Z"    },    {      "id": 1,      "symbol_name": "USDT",      "quote_condition": "b",      "bid_mpid": "MP01",      "bid_quantity": "33.0000000000000000",      "bid_price": "14.0000000000000000",      "bid_date": "2023-11-02",      "bid_time": "14:18",      "offer_mpid": "",      "offer_quantity": null,      "offer_price": null,      "offer_date": null,      "offer_time": null,      "uti": "110220231418-0000-A0004",      "company_profile": {        "id": 6,        "logo": "/media/company_profile_logo/logo.jpg",        "security_name": "USDT",        "company_name": "FIMR",        "business_description": "",        "street_address_1": "1",        "street_address_2": "",        "city": "",        "state": "",        "zip_code": "",        "country": "",        "phone": "",        "web_address": "",        "sic_industry_classification": "",        "incorporation_information": "",        "number_of_employees": null,        "company_officers_and_contacts": "",        "board_of_directors": "",        "product_and_services": "",        "company_facilities": "",        "transfer_agent": "",        "accounting_auditing_firm": "",        "investor_relations_marketing_communications": "",        "securities_counsel": "",        "us_reporting": "",        "edgar_cik": "",        "is_approved": true,        "status": "approved",        "created_at": "2023-10-04T14:22:24.248943Z",        "updated_at": "2023-11-03T18:25:33.539997Z",        "symbol": 1      },      "created_at": "2023-11-07T12:19:17.547550Z",      "updated_at": "2023-11-07T12:21:18.615812Z"    }  ],  "code": 200}