Skip to content

Commit

Permalink
get bid
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Apr 20, 2020
1 parent 0875ee9 commit aeb6c25
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2944,6 +2944,114 @@ definitions:
- method
- params
- id
getBestAsk:
title: getBestAsk
example:
jsonrpc: '2.0'
method: 'tomox_getBestAsk'
params:
- '0xf992cf45394dAc5f50A26446de17803a79B940da'
- '0x0000000000000000000000000000000000000001'
id: 1
type: object
properties:
jsonrpc:
type: string
method:
type: string
params:
type: array
items:
type: string
id:
type: integer
format: int32
required:
- jsonrpc
- method
- params
- id
getBidTree:
title: getBidTree
example:
jsonrpc: '2.0'
method: 'tomox_getBidTree'
params:
- '0xf992cf45394dAc5f50A26446de17803a79B940da'
- '0x0000000000000000000000000000000000000001'
id: 1
type: object
properties:
jsonrpc:
type: string
method:
type: string
params:
type: array
items:
type: string
id:
type: integer
format: int32
required:
- jsonrpc
- method
- params
- id
getBids:
title: getBids
example:
jsonrpc: '2.0'
method: 'tomox_getBids'
params:
- '0xf992cf45394dAc5f50A26446de17803a79B940da'
- '0x0000000000000000000000000000000000000001'
id: 1
type: object
properties:
jsonrpc:
type: string
method:
type: string
params:
type: array
items:
type: string
id:
type: integer
format: int32
required:
- jsonrpc
- method
- params
- id
getBestBid:
title: getBestBid
example:
jsonrpc: '2.0'
method: 'tomox_getBestBid'
params:
- '0xf992cf45394dAc5f50A26446de17803a79B940da'
- '0x0000000000000000000000000000000000000001'
id: 1
type: object
properties:
jsonrpc:
type: string
method:
type: string
params:
type: array
items:
type: string
id:
type: integer
format: int32
required:
- jsonrpc
- method
- params
- id
tags:
- name: web3
description: API for web3 request
Expand Down

0 comments on commit aeb6c25

Please sign in to comment.