You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: walletId of the party signing the payload with their signature
34816
-
TradeRequestSigned:
34817
-
allOf:
34818
-
- $ref: '#/components/schemas/TradeDescriptor'
34819
-
- type: object
34820
-
properties:
34821
-
fees:
34822
-
$ref: '#/components/schemas/FeeDescriptor'
34823
-
- $ref: '#/components/schemas/TradeSignature'
34824
-
TradeSignature:
34825
-
type: object
34826
-
required:
34827
-
- payload
34828
-
- signature
34829
-
properties:
34830
-
payload:
34831
-
type: string
34832
-
description: 'Stringified(serialized) JSON object containing at least: amount, walletId, currency, and otherParties (for trade). Should also have a significant nonce or salt.'
34833
-
signature:
34834
-
type: string
34835
-
description: Signature of the payload using the proper private key.
0 commit comments